Fri, 10/04/2019 - 08:15
#1
Connecting two Plantronics devices to the same PC.
Is it allowed to use two Plantronics devices: SAVI W745 and Calisto 610 on the same PC? I need to connect that devices to single PC and handle call answer/terminate events from both devices separetly in our application.
If this is possible, is it enough register for call state changed events as it is described in your Code sample page?
...
_session.onCallStateChanged += _session_onCallStateChanged;
...
Add new comment