cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
797
Views
6
Helpful
2
Replies

Co-Browse only mode (Android)

gvijendr
Cisco Employee
Cisco Employee

Hi,

Is co-browse only mode supported on Android. We dont see the co-browse variable within the .class file of assist SDK and also the developer guide do not have the section.

Thanks

1 Accepted Solution

Accepted Solutions

briwilli@cisco.com
Cisco Employee
Cisco Employee

Hi Guru:

The following is from the tutorial:

In some sitations, it may be desirable to establish a co-browse only session with neither audio nor video - perhaps when an agent is already in an audio / video CSDK call with a consumer, and it becomes advantageous to add co-browsing. Starting a co-browse only session is acheived by invoking 'startSupport' without specifying a setAgentName(...) in the builder. 

// configure the AssistConfig using the AssistConfigBuilder AssistConfigBuilder builder = new AssistConfigBuilder(getApplicationContext()); builder.setServerHost("192.168.0.8"); // NOTE HOW builder.setAgentName("sip:queue@example.com") IS NOT SET // AND HOW NO FORM OF builder.setMediaMode(...) IS USED  // build the AssistConfig and start the support session, etc ...

View solution in original post

2 Replies 2

briwilli@cisco.com
Cisco Employee
Cisco Employee

Hi Guru:

The following is from the tutorial:

In some sitations, it may be desirable to establish a co-browse only session with neither audio nor video - perhaps when an agent is already in an audio / video CSDK call with a consumer, and it becomes advantageous to add co-browsing. Starting a co-browse only session is acheived by invoking 'startSupport' without specifying a setAgentName(...) in the builder. 

// configure the AssistConfig using the AssistConfigBuilder AssistConfigBuilder builder = new AssistConfigBuilder(getApplicationContext()); builder.setServerHost("192.168.0.8"); // NOTE HOW builder.setAgentName("sip:queue@example.com") IS NOT SET // AND HOW NO FORM OF builder.setMediaMode(...) IS USED  // build the AssistConfig and start the support session, etc ...