Adding A Guest

If additional participants would like to join the session, the agent can send the guest an invite to join the Cobrowse session.

  1. To add guests, as the agent, click the Add Guest button in the top-right corner of the agent viewer. Adding Adding

  2. The visitor will receive a modal asking them to Share with guest. They must click Yes to proceed. Adding Adding

  3. Copy the URL underneath Have the guest go to: and send it to the guest. Adding Adding

  4. The guest will be prompted to enter their name and then click Continue. Adding Adding

  5. Once the guest enters their name, a code is displayed. Adding Adding

  6. The agent enters the code from the guest in the Enter the code given to them: field and clicks Admit.

  7. The guest will be given the option to join the session with their video enabled or disabled by clicking Continue or No thanks. The guest can choose which camera they want to use from the gear icon.

  8. If needed, the agent can turn off video for guests or visitors by clicking the Video off icon. Adding Adding

  9. The agent can also eject the guest by clicking the Eject button. Adding Adding

Hosting Guest Join Page on Your Own Domain

Glance offers the option to have the Guest Join Page hosted on your own domain.

  1. Contact your Glance representative to have the necessary changes configured.
  2. After confirmation of the change is received from your Glance rep, navigate to Account Management > Settings > Manage your cobrowse settings and scroll down to the Links section.
  3. Update the Guest Join short URL with the new page. Adding Adding
  4. Add allow="camera*" to the iframe element. See the below example.
 <iframe
      src="https://www.glance.net/guest/?groupid=12345"
      allow="camera *"
    ></iframe>