config
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")
Content copied to clipboard
Parameters
token
The JWT authentication token. Obtain this from the VideoSDK Auth API.