MediaSFU React Native
    Preparing search index...

    Interface PermissionsModalParameters

    interface PermissionsModalParameters {
        participants: Participant[];
        member: string;
        islevel: string;
        socket: Socket;
        roomName: string;
        showAlert?: ShowAlert;
        coHostResponsibility?: CoHostResponsibility[];
        updateCoHostResponsibility?: (
            responsibilities: CoHostResponsibility[],
        ) => void;
        getUpdatedAllParams: () => PermissionsModalParameters;
    }
    Index

    Properties

    participants: Participant[]
    member: string
    islevel: string
    socket: Socket
    roomName: string
    showAlert?: ShowAlert
    coHostResponsibility?: CoHostResponsibility[]
    updateCoHostResponsibility?: (responsibilities: CoHostResponsibility[]) => void
    getUpdatedAllParams: () => PermissionsModalParameters