method Client.prototype.joinVideoChatimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; joinVideoChat(id: string,params_: string,params?: JoinVideoChatParams,): Promise<string>Join a video chat. User-only. Parametersid: stringThe identifier of a video chat retrieved from getChat, startVideoChat, or scheduleVideoChat. params_: stringWebRTC connection parameters. optionalparams: JoinVideoChatParamsReturnsPromise<string>Parameters to be passed to the used WebRTC library.