cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1800
Views
0
Helpful
3
Replies

Jabber Guest WebPage

Dear All

 

i have Cisco Jabber Guest server , and need to modify the Webpage ( Calling Web Page )  , like adding my company's logo instead of cisco Logo !

 

any help !

2 Accepted Solutions

Accepted Solutions

niliu2
Cisco Employee
Cisco Employee

 

The web sdk guide can help you:

https://developer.cisco.com/site/jabber-guestsdk/documents/guest-sdk-web/

 

You can embed the widget to your own web page.

View solution in original post

Mohamed,

Ning Lui has pointed out a perfect link. follow the same link.

You Cannot change Cisco Jabber LOGO but can embed the widget in to another webpage:

Embedding the Widget

Cisco Jabber Guest functionality is exposed on a web page by embedding the application widget. The widget is embedded by using an iframe element. The following is an example of an embedded widget.

 

<div>

    <iframe id="jabberc" src="https://jabberc.mycompany.com/call/1000?widget=true">;

    </iframe>

</div>


https://developer.cisco.com/site/jabber-guestsdk/documents/guest-sdk-web/

 

Regards

Lavanya

View solution in original post

3 Replies 3

niliu2
Cisco Employee
Cisco Employee

 

The web sdk guide can help you:

https://developer.cisco.com/site/jabber-guestsdk/documents/guest-sdk-web/

 

You can embed the widget to your own web page.

Mohamed,

Ning Lui has pointed out a perfect link. follow the same link.

You Cannot change Cisco Jabber LOGO but can embed the widget in to another webpage:

Embedding the Widget

Cisco Jabber Guest functionality is exposed on a web page by embedding the application widget. The widget is embedded by using an iframe element. The following is an example of an embedded widget.

 

<div>

    <iframe id="jabberc" src="https://jabberc.mycompany.com/call/1000?widget=true">;

    </iframe>

</div>


https://developer.cisco.com/site/jabber-guestsdk/documents/guest-sdk-web/

 

Regards

Lavanya

Hello lavana,

I am new to jabber sdk. I would like to customize the caller name as well as inserting my company logo.i dont understand the jabber sdk. Is it used to develop a jabber guest client? If yes,how do i integrate it with the existing jabber guest server

Any help is appreciated !

Collins 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: