Documentation

    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.

    What Gets Shared

    The SDK shares the entire page. If you only want to share a specific section of the page, place that content in an iframe and initialize the SDK within that iframe instead.

    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.