joinLiveStream
Join a live stream. User-only.
Parameters
id: string
The identifier of a video chat retrieved from getChat, startVideoChat, or scheduleVideoChat.
Result
void
Syntax
await client.joinLiveStream(id);
Join a live stream. User-only.
The identifier of a video chat retrieved from getChat, startVideoChat, or scheduleVideoChat.
await client.joinLiveStream(id);