Hi All,
I have an application written by me and now the question is I want to stop or reject all the incoming calls while my application is running and once the application is closed, it should work normally.
How can I do that ?
Regards,
Primal
Hi All,
I have an application written by me and now the question is I want to stop or reject all the incoming calls while my application is running and once the application is closed, it should work normally.
How can I do that ?
Regards,
Primal
Look for CTelephony::Hangup() and CTelephony::TCallId, you will find lot of discussion on this forum and few examples on wiki as well.
Also if you search with word "hangup" in the sdk itself, you will find good explanation regarding that:
Using the Telephony ISV API » Call termination
>> How to terminate calls
Also check the Plugin SDK there are some APIs that also do call termination.