method Client.prototype.startVideoChatimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; startVideoChat(chatId: ID, params?: StartVideoChatParams): Promise<VideoChatActive>Start a video chat. User-only. ParameterschatId: IDThe chat to start the video chat in. optionalparams: StartVideoChatParamsReturnsPromise<VideoChatActive>The started video chat.