MediaSFU React Native
    Preparing search index...

    Interface DisconnectUserSelfOptions

    interface DisconnectUserSelfOptions {
        member: string;
        roomName: string;
        socket: Socket;
        localSocket?: Socket;
    }
    Index

    Properties

    member: string
    roomName: string
    socket: Socket
    localSocket?: Socket