Getting started
To get going to with the Interactive Streaming product integration, follow the below:
Install the package using your preferred package manager:
React Component
Import the React component if you are using React:
To render the Streaming SDK you must pass these required props:
Non-React environments
Import the SDK class if you aren't using React:
To render the product, you must pass these required props:
To get an eventId
use the Events API.
To learn more about authentication flow and fetching the token, read about the Authentication Flow.
This configuration should get you Video for any event, and Timeline and Statistics for supported events.
See Configuration options for full details of all configuration options available.
Last updated