MediaSFU React Native
    Preparing search index...

    Interface ConfirmExitOptions

    interface ConfirmExitOptions {
        socket: Socket;
        localSocket?: Socket;
        member: string;
        roomName: string;
        ban?: boolean;
    }
    Index

    Properties

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