API | Description |
Create a VideoLiveKit instance (Singleton Pattern) | |
Start a live room using roomId. | |
Join a live room using roomId. |
static VideoLiveKit createInstance(Context context)
Parameter | Type | Description | Default Value | Meaning |
context | Context | Mandatory | - | Android context object |
void startLive(String roomId);
Parameter | Type | Description | Default Value | Meaning |
roomId | String | Mandatory | - | Live Streaming Room ID |
void joinLive(String roomId);
Parameter | Type | Description | Default Value | Meaning |
roomId | String | Mandatory | - | Live Streaming Room ID |
Was this page helpful?