SDK Integration
Add the HelloScreen SDK to any page or application where you want to enable presentation sharing.
Installation
Get the installation code from your HelloScreen 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.