Sendbird Live
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.
Since
1.0.0
Functions
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 LiveEventListQuery.Params.
Deauthenticates a user to disconnect from Sendbird server.
Returns a cached live event by live event id.
Returns a live event by its URL.
Initializes Sendbird Live SDK with the app ID of a Sendbird application.
Sets logger level.
Sets ThreadOption
. Refer to ThreadOption. If you want to use ThreadOption.HANDLER, you should provide your handler as a parameter. Otherwise, set Handler
parameter to null
.