import { type UpdateVideoChat } from "https://deno.land/x/mtkruto@0.6.2/3_types.ts";
A video chat was started, scheduled, or ended.
client.on("videoChat", (ctx) => {
console.log("Video chat", ctx.videoChat.type);
console.log(ctx.videoChat);
});
Properties
videoChat: VideoChat