plugNmeet JS SDK - v1.4.1
    Preparing search index...

    Type Alias ActiveRoomInfo

    type ActiveRoomInfo = {
        room_title: string;
        room_id: string;
        sid: string;
        joined_participants: number;
        is_running: boolean;
        is_recording: boolean;
        is_active_rtmp: boolean;
        webhook_url: string;
        creation_time: number;
        metadata: string;
    }
    Index

    Properties

    room_title: string
    room_id: string
    sid: string
    joined_participants: number
    is_running: boolean
    is_recording: boolean
    is_active_rtmp: boolean
    webhook_url: string
    creation_time: number
    metadata: string