Canvas
  • 02 Jun 2022
  • 1 Minute à lire
  • Sombre
    Lumière
  • PDF

Canvas

  • Sombre
    Lumière
  • PDF

The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article

Cobrowse can stream canvas elements on the client page. These are a video stream sent to the agent and so they have higher bandwidth requirements than a standard Cobrowse session. It first must be enabled in the Cobrowse configuration settings, the "Canvas Streaming" setting must be enabled.

Each canvas element which is intended to be shared with the agent must be marked with a class .cb-stream.

Example:

    <canvas class="cb-stream" id="exampleOutput"></canvas>

Network Settings

Cobrowse leverages WebRTC to implement canvas streaming. Therefore, it may attempt to use udp/tcp ports 40000-42000. WebRTC will also leverage ScreenMeet TURN and STUN servers to facilitate connections between client and agents. It is important to keep this in mind for agents or users who are behind firewalls and vpns as it may require changing network settings to allow these connections.


Cet article vous a-t-il été utile ?