04-26-2016 08:42 AM
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
Solved! Go to Solution.
04-26-2016 09:41 AM
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 ...
04-26-2016 09:41 AM
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 ...
04-26-2016 09:42 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide