from field: string record_id = 1;
from field: string room_id = 2;
from field: string room_sid = 3;
from field: string file_path = 4;
from field: float file_size = 5;
from field: int64 creation_time = 6 [jstype = JS_STRING];
from field: int64 room_creation_time = 7 [jstype = JS_STRING];
Optional
from field: optional plugnmeet.RecordingMetadata metadata = 8;
from message plugnmeet.RecordingInfo
Generated
from field: string record_id = 1;