SDK Integration
Add the Co-Browsing API SDK to any page or application where you want to enable presentation sharing.
Installation
Get the installation code from your Co-Browsing API dashboard and add it to your page.
Session Metadata
You can associate additional data with the session, such as customer information:
Upscope("updateConnection", {
metadata: {
customerId: "12345",
accountName: "Acme Corp"
}
});
This metadata will be stored with the session.