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

    Type Alias PlugNmeetToRecorder

    PlugNmeetToRecorder: Message<"plugnmeet.PlugNmeetToRecorder"> & {
        from: string;
        task: RecordingTasks;
        roomTableId: string;
        roomId: string;
        roomSid: string;
        recordingId: string;
        recorderId: string;
        accessToken: string;
        rtmpUrl?: string;
    }

    Type Declaration

    • from: string

      from field: string from = 1;

    • task: RecordingTasks

      from field: plugnmeet.RecordingTasks task = 2;

    • roomTableId: string

      from field: int64 room_table_id = 3 [jstype = JS_STRING];

    • roomId: string

      from field: string room_id = 4;

    • roomSid: string

      from field: string room_sid = 5;

    • recordingId: string

      from field: string recording_id = 6;

    • recorderId: string

      from field: string recorder_id = 7;

    • accessToken: string

      from field: string access_token = 8;

    • OptionalrtmpUrl?: string

      from field: optional string rtmp_url = 9;

    from message plugnmeet.PlugNmeetToRecorder