Omni Channel Engagement Hub – Setting up Co-Browse

One of the features currently in preview for the Omni Channel Engagement Hub is Co-Browse. The co-browse feature is provided by ScreenMeet, a Microsoft ISV with an existing co-browse and remote assist solution that integrates with Dynamics 365. The solution offered for co-browse has now been extended to the Omni Channel Engagement Hub.

The video below shows co-browse in action and what to expect once you’ve managed to set it up.

To Set up Co-Browse (in preview) –

  1. Download the Screenmeet co-browse trial from AppSource.
  2. Ensure the user setting up co-browse has been assigned the user roles:
    1. Common Data Service User
    2. Customer Service Representative
    3. Screenmeet Cobrowse Admin
    4. OmniChannel Administrator
Machine generated alternative text:
Manage User Roles 
What roles would you like to apply to the 1 User you have selected? 
x 
Role Name 
CJ Scheduler 
Screenmeet Cobrowse Admin 
Screenmeet Cobrowse Agent 
Screenmeet Cobrowse Supervisor 
Solution Checker 
CJ Surv Owner 
Business Unit 
org9f21 f2ba 
org9f21f2ba 
org9f21 f2ba 
org9f21 f2ba 
org9f21 f2ba 
0 9f21f2ba 
OK 
Cancel
Security Roles created with Screenmeet solution
  1. Enable co-browsing in the Omni Channel Engagement Hub Admin app by browsing to the Chat option in the Channels section and selecting the chat widget that co-browsing will be enabled on.
  2. Select the conversation options tab and choose the enabled option before selecting the co-browse provider as ScreenMeet.
  3. In the OmniChannel Engagement Hub Admin App, select the configuration option in the Screenmeet Cobrowse section
  4. Click on the url provided and when prompted select the omni channel option to configure access to your dynamics instance. If an error is generated here, attempt this step in a private session.
Screenmeet D365 Configuration
  1. Browse to the Application Tab Templates and open the template available for screenmeet_cobrowse. (There may be duplicate parameters available. If this is the case, recreate the application tab template with the populated parameters and delete the original application template created.)
Screenmeet Application Tab Template
  1. In order to create a session, you will need to contact ScreenMeet support for them to enable the preview.

Configuring Co-Browse in the Power App Portal

The option for the customer to enter the pin number must also be added to the portal. To do this add the below script to the chat widget content snippet in the D365 Portals app.

<link href="https://cobrowse.screenmeet.com/CobrowseCore.js" rel="preload" as="script">
<script type="text/javascript" async="true" src="https://cobrowse.screenmeet.com/CobrowseBootstrap.js"></script>
<script type="text/javascript" >
window.Cobrowse = window.Cobrowse || {};
window.Cobrowse.modal = window.Cobrowse.modal || {
  commandQueue:[],
  useHotkeys: true
};
</script>

You should now have Co-Browse up and running!

One thought on “Omni Channel Engagement Hub – Setting up Co-Browse

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.