Interface MuteParticipantsOptions

interface MuteParticipantsOptions {
    socket: Socket<DefaultEventsMap, DefaultEventsMap>;
    coHostResponsibility: CoHostResponsibility[];
    participant: Participant;
    member: string;
    islevel: string;
    showAlert?: ShowAlert;
    coHost: string;
    roomName: string;
}

Properties

socket: Socket<DefaultEventsMap, DefaultEventsMap>
coHostResponsibility: CoHostResponsibility[]
participant: Participant
member: string
islevel: string
showAlert?: ShowAlert
coHost: string
roomName: string