2 posts / 0 new
Last post
andreas.kwasnik...
Possible to control another softphone?
Hi, i want to actually control the teams softphone. I already get the CallManager events about the ms teams calls but i want to answer & terminate calls. It works fine via the headset buttons but is there a way to answer a call from code? I couldn't figure out how. Thanks

rtheivendran
If you are using the Hub native SDK (Spokes.dll) you can use ICallCommand->terminateCall passing the correct CallID virtual CMResult terminateCall(pCall callID)=0;

Add new comment