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

    Interface UnfocusPanelistsOptions

    interface UnfocusPanelistsOptions {
        socket: Socket;
        roomName: string;
        member: string;
        islevel: string;
        showAlert?: ShowAlert;
    }
    Index

    Properties

    socket: Socket
    roomName: string
    member: string
    islevel: string
    showAlert?: ShowAlert