plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias ActiveRoomInfo

    ActiveRoomInfo: Message<"plugnmeet.ActiveRoomInfo"> & {
        roomTitle: string;
        roomId: string;
        sid: string;
        joinedParticipants: string;
        isRunning: number;
        isRecording: number;
        isActiveRtmp: number;
        webhookUrl: string;
        isBreakoutRoom: number;
        parentRoomId: string;
        creationTime: string;
        metadata: string;
    }

    Type Declaration

    • roomTitle: string

      from field: string room_title = 1;

    • roomId: string

      from field: string room_id = 2;

    • sid: string

      from field: string sid = 3;

    • joinedParticipants: string

      from field: int64 joined_participants = 4 [jstype = JS_STRING];

    • isRunning: number

      from field: int32 is_running = 5;

    • isRecording: number

      from field: int32 is_recording = 6;

    • isActiveRtmp: number

      from field: int32 is_active_rtmp = 7;

    • webhookUrl: string

      from field: string webhook_url = 8;

    • isBreakoutRoom: number

      from field: int32 is_breakout_room = 9;

    • parentRoomId: string

      from field: string parent_room_id = 10;

    • creationTime: string

      from field: int64 creation_time = 11 [jstype = JS_STRING];

    • metadata: string

      from field: string metadata = 12;

    from message plugnmeet.ActiveRoomInfo