UpdateVideoChat
A video chat was started, scheduled, or ended.
client.on("videoChat", (ctx) => {
console.log("Video chat", ctx.videoChat.type);
console.log(ctx.videoChat);
});
Properties
DISCRIMINATOR
A video chat was started, scheduled, or ended.
client.on("videoChat", (ctx) => {
console.log("Video chat", ctx.videoChat.type);
console.log(ctx.videoChat);
});