Jabber sdk - 2 sessions in parallel on the same workstation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2020 07:45 AM
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
- Labels:
-
Jabber
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2020 10:19 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2020 04:14 AM
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...
