MediaSFU React Native (Expo)
    Preparing search index...

    Interface BulkUpdateParticipantPermissionsOptions

    interface BulkUpdateParticipantPermissionsOptions {
        socket: Socket;
        participants: Participant[];
        newLevel: PermissionLevel;
        member: string;
        islevel: string;
        roomName: string;
        showAlert?: ShowAlert;
        maxBatchSize?: number;
    }
    Index

    Properties

    socket: Socket
    participants: Participant[]
    newLevel: PermissionLevel
    member: string
    islevel: string
    roomName: string
    showAlert?: ShowAlert
    maxBatchSize?: number