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

    Type Alias TranscodingTask

    TranscodingTask: Message<"plugnmeet.TranscodingTask"> & {
        recordingId: string;
        roomId: string;
        roomSid: string;
        filePath: string;
        fileName: string;
        roomTableId: string;
        recorderId: string;
        recordingVariant: CloudRecordingVariants;
    }

    TranscodingTask will be the job for the transcoding worker.

    Type Declaration

    • recordingId: string

      from field: string recording_id = 1;

    • roomId: string

      from field: string room_id = 2;

    • roomSid: string

      from field: string room_sid = 3;

    • filePath: string

      directory where raw file is stored

      from field: string file_path = 4;

    • fileName: string

      raw file name e.g. rec-xxx_raw.mp4

      from field: string file_name = 5;

    • roomTableId: string

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

    • recorderId: string

      ID of the original recorder that captured the file

      from field: string recorder_id = 7;

    • recordingVariant: CloudRecordingVariants

      The variant of the recording

      from field: plugnmeet.CloudRecordingVariants recording_variant = 8;

    from message plugnmeet.TranscodingTask