Universal Embedded Co-Browsing - TeamViewer Support
<main>
<article class="userContent">
<p>This usecase describes the integration process of Universal Co-Browsing in the embedded mode.</p><h2 data-id="1.-configuration">1. Configuration</h2><p>In the plugin configuration of the backend, activate the Universal Embedded plugin. We used the following configuration in our example.</p><h2 data-id="2.-script-implementation">2. Script Implementation</h2><p>The JavaScript has to be integrated in each webpage where we want to cobrowse.</p><p><a href="https://docs.chatvisor.com/docs/setup20_implementation-javascript" rel="nofollow noreferrer ugc">Learn how to implement the LiveView on your page.</a></p><h2 data-id="3.-ui-implementation">3. UI implementation</h2><p>You can implement you own UI to start the Universal embedded Co-Browsing. Simply trigger:</p><pre class="code codeBlock" spellcheck="false" tabindex="0">CV.universal.open();
</pre><p><br></p>
</article>
</main>