class types.GroupCallParticipant
extends _TypeGroupCallParticipant
import { types } from "https://deno.land/x/mtkruto@0.1.105/mod.ts";
const { GroupCallParticipant } = types;
Constructors
new
GroupCallParticipant(params: { muted?: true; left?: true; canSelfUnmute?: true; justJoined?: true; versioned?: true; min?: true; mutedByYou?: true; volumeByAdmin?: true; self?: true; videoJoined?: true; peer: TypePeer; date: number; activeDate?: number; source: number; volume?: number; about?: string; raiseHandRating?: bigint; video?: TypeGroupCallParticipantVideo; presentation?: TypeGroupCallParticipantVideo; })Properties
protected
readonly
[params]: Paramspeer: TypePeer
optional
presentation: TypeGroupCallParticipantVideooptional
video: TypeGroupCallParticipantVideoStatic Properties
readonly
[paramDesc]: ParamDesc