MediaSFU React Native
    Preparing search index...

    Interface ResponseJoinLocalRoom

    interface ResponseJoinLocalRoom {
        rtpCapabilities?: RtpCapabilities;
        isHost: boolean;
        eventStarted: boolean;
        isBanned: boolean;
        hostNotJoined: boolean;
        eventRoomParams: MeetingRoomParams;
        recordingParams: RecordingParams;
        secureCode: string;
        mediasfuURL: string;
        apiKey: string;
        apiUserName: string;
        allowRecord: boolean;
    }
    Index

    Properties

    rtpCapabilities?: RtpCapabilities
    isHost: boolean
    eventStarted: boolean
    isBanned: boolean
    hostNotJoined: boolean
    eventRoomParams: MeetingRoomParams
    recordingParams: RecordingParams
    secureCode: string
    mediasfuURL: string
    apiKey: string
    apiUserName: string
    allowRecord: boolean