cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1267
Views
0
Helpful
2
Replies

Jabber sdk - 2 sessions in parallel on the same workstation

Hello,
Does anyone have an idea if there is a way to use 2 Jabber sdk sessions at the same time on the same workstation. My usecase: we develop a Chrome softphone based on jabber sdk on many specific Web applications, with the Web communicator installed on the workstation. We want to be able to launch and register this softphone to the Call Manager if the user launch 2 tabs on his chrome browser.

Actually, it works on only one of the 2 tabs

2 Replies 2

npetrele
Cisco Employee
Cisco Employee

There can only be one instance of the plug-in/add-on running, so multiple sessions in multiple tabs is unsupported.  You can't even have two sessions in parallel using two different browsers. 

 

It is possible to implement the Jabber SDK as a custom add-on (e.g. Chrome extension) which could provide services to multiple tabs.  In this scenario your extension would be the primarily controller of the SDK (making/answering calls, etc.) and multiple tabs would then coordinate with our extension (via a custom JS interface presumably) to reflect current state of the phone and do things like initiate calls.  However this is still a single instance of the SDK - you could not for example place a call from one tab to another...