TranscodingTask will be the job for the transcoding worker.
from field: string recording_id = 1;
from field: string room_id = 2;
from field: string room_sid = 3;
directory where raw file is stored
from field: string file_path = 4;
raw file name e.g. rec-xxx_raw.mp4
from field: string file_name = 5;
from field: int64 room_table_id = 6 [jstype = JS_STRING];
ID of the original recorder that captured the file
from field: string recorder_id = 7;
The variant of the recording
from field: plugnmeet.CloudRecordingVariants recording_variant = 8;
from message plugnmeet.TranscodingTask
TranscodingTask will be the job for the transcoding worker.