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