Canvas
  • 02 Jun 2022
  • 1 Minuto para leer
  • Oscuro
    Ligero
  • PDF

Canvas

  • Oscuro
    Ligero
  • PDF

The content is currently unavailable in Spanish. You are viewing the default English version.
Resumen del artículo

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.


¿Te ha sido útil este artículo?