Live SDKs Android v1
Live SDKs Android
Live SDKs
Android
Version 1
Authentication
Copy link
In order to use Sendbird Live SDK in a client app, initialize the SDK with your Sendbird application ID when you first launch the client app. You can find your application ID on Sendbird Dashboard.
Note: The Application ID is case-sensitive. Use the exact case as shown on the Sendbird Dashboard.
Once you’ve authenticated the client app, authenticate a user by calling the SendbirdLive.authenticate() method. Calling this method also authenticates the user with Sendbird Chat SDK which provides the chat functionality during a live event.