interface MuteChangeEvent {
    muted: boolean;
    userId: string;
}

Properties

Properties

muted: boolean
userId: string