MediaSFU React Native
    Preparing search index...

    Interface RemoveParticipantsOptions

    interface RemoveParticipantsOptions {
        coHostResponsibility: CoHostResponsibility[];
        participant: Participant;
        member: string;
        islevel: string;
        showAlert?: ShowAlert;
        coHost: string;
        participants: Participant[];
        socket: Socket;
        roomName: string;
        updateParticipants: (participants: Participant[]) => void;
    }
    Index

    Properties

    coHostResponsibility: CoHostResponsibility[]
    participant: Participant
    member: string
    islevel: string
    showAlert?: ShowAlert
    coHost: string
    participants: Participant[]
    socket: Socket
    roomName: string
    updateParticipants: (participants: Participant[]) => void