method Client.prototype.joinLiveStreamimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; joinLiveStream(id: string): Promise<void>Join a live stream. User-only. Parametersid: stringThe identifier of a video chat retrieved from getChat, startVideoChat, or scheduleVideoChat. ReturnsPromise<void>