Thu, 09/07/2017 - 00:00
#1
CallStateChanged Behavior
Hi all, I'm building my own module to integrate a softphone using the Plantronics SDK (COM Service .NET Interop API). In my code, I have registered a new application with a specific name.
I also registered my application to many events and among other this one:
sessionManagerEvents.CallStateChanged += SessionManagerEvents_CallStateChanged;
When I start running my application, I press on the headset buttons and I start receiving events in my EventHandler but I'm only receiving events for the CallSource Microsoft OC/Lync and none for my applications. Is it normal?
I should receive events for my application no?
Thanks for helping.
Kind regards,
SbY
Add new comment