Interface ResponseJoinLocalRoom

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

Properties

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