A singleton class that serves as the basis for all functionalities in Sendbird Live. This class can be initialized with an application ID and provides methods to authenticate, create, and retrieve a live event object.
Authenticates a user with the user ID and access token to connect to Sendbird server.
Creates a live event.
Creates a query for a list of all live events.
A list of live events in a specific state can be queried by specifying a state in LiveEventListQueryParams.
LiveEventListQueryParams
Deauthenticates a user to disconnect from Sendbird server.
Returns a set of available audio input devices.
Returns a set of available video devices.
Returns a live event by its URL.
Initializes Sendbird Live SDK with the app ID of a Sendbird application.
You can specify log level to display log output to the console.
Generated using TypeDoc
A singleton class that serves as the basis for all functionalities in Sendbird Live. This class can be initialized with an application ID and provides methods to authenticate, create, and retrieve a live event object.