config

fun config(token: String)

Configures the authentication token for the SDK.

This method must be called before initMeeting to set the JWT token used for authenticating with the VideoSDK server.

Code Example:


VideoSDK.config("YOUR_AUTH_TOKEN")

Parameters

token

The JWT authentication token. Obtain this from the VideoSDK Auth API.