cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1413
Views
0
Helpful
1
Replies

Sample code for making Chrome extension for jabber sdk based application

ssaniepo@cisco.com
Cisco Employee
Cisco Employee

Greetings

I am wondering if someone has any sample code for making Chrome extension that uses jabber sdk for web to have a voice-video endpoint. Would appreciate if anyone is willing to share of has any tips or pointers.

Thanks and best regards

Shadan

1 Accepted Solution

Accepted Solutions

Geevarghese Cheria
Cisco Employee
Cisco Employee

Hi Shadan,

  Chrome offers an API to browser extension that allows control of user settings. For example, here is a sample extension: http://developer.chrome.com/extensions/samples.html#per-plugin-content-settings . The Jabber SDK plug-ins can be packaged with an extension that enables the needed permissions. During a standard extension install, the user will be prompted for permissions, as needed by the extension.

Reference - https://developer.cisco.com/site/collaboration/jabber/websdk/develop-and-test/voice-and-video/troubleshooting/

Thanks and Regards,

Geevarghese

View solution in original post

1 Reply 1

Geevarghese Cheria
Cisco Employee
Cisco Employee

Hi Shadan,

  Chrome offers an API to browser extension that allows control of user settings. For example, here is a sample extension: http://developer.chrome.com/extensions/samples.html#per-plugin-content-settings . The Jabber SDK plug-ins can be packaged with an extension that enables the needed permissions. During a standard extension install, the user will be prompted for permissions, as needed by the extension.

Reference - https://developer.cisco.com/site/collaboration/jabber/websdk/develop-and-test/voice-and-video/troubleshooting/

Thanks and Regards,

Geevarghese