• Release Notes
  • User
  • Admin
  • Developers
  • Integrations

›JS API

General

  • Overview
  • LiveView / CoBrowsing / Session Recordings

JS API

  • Overview
  • CoBrowsing
  • LiveView / Session Recordings
  • WebChat
  • Web Calling
  • Video Conference
  • Logging
  • User
  • Team
  • API
  • Supported Browsers
  • Supported Technologies

Android

  • Overview
  • Installation
  • Usage
  • Reference
  • Licenses

iOS

  • Overview
  • Installation
  • Usage
  • Reference
  • Licenses

Flutter

  • Overview
  • Installation
  • Usage
  • Reference

Capacitor

  • Overview
  • Installation
  • Usage
  • Reference

JavaScript API - CoBrowsing

Configuration

Learn how to configure the LiveView plugin. Go to Configuration

Manage CoBrowsing

Is Active

Returns a boolean value which shows if the CoBrowsing session is active/connected.

CV.cobrowse.sessionIsActive();

Start CoBrowsing

Starts the CoBrowsing session. A small UI interface is shown where the session id is visible and the CoBrowsing session can be deactivated.

CV.cobrowse.start();

Stop CoBrowsing

Stops the CoBrowsing session. The UI for closing the session is destroyed.

CV.cobrowse.stop();

Eventlistener

You can define your own listeners which are triggered at specific events.

CoBrowsing started

It is triggered when the user starts the CoBrowsing session.

CV.cobrowse.addCobrowsingStartedListener(function() {});

CoBrowsing stopped

It is triggered when the user stops the CoBrowsing session.

CV.cobrowse.addCobrowsingStoppedListener(function() {});

Clear CoBrowsing listener

Cleanup the added CoBrowing listener to avoid memory leaks.

CV.cobrowse.clearListener();
← OverviewLiveView / Session Recordings →
  • Configuration
  • Manage CoBrowsing
    • Is Active
    • Start CoBrowsing
    • Stop CoBrowsing
  • Eventlistener
    • CoBrowsing started
    • CoBrowsing stopped
    • Clear CoBrowsing listener
MANUALS
User Manual: Sales Suite
Admin Manual: Sales Suite
User Manual: Support Suite
Admin Manual: Support Suite
DEVELOPERS
Integrations
REST API
SDK API
LEGAL
Privacy Policy
Terms and Conditions
Imprint
Engage
Copyright © 2024 TeamViewer Austria GmbH