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

    Type Alias RecordingInfo

    RecordingInfo: Message<"plugnmeet.RecordingInfo"> & {
        recordId: string;
        roomId: string;
        roomSid: string;
        filePath: string;
        fileSize: number;
        creationTime: string;
        roomCreationTime: string;
        metadata?: RecordingMetadata;
    }

    Type Declaration

    • recordId: string

      from field: string record_id = 1;

    • roomId: string

      from field: string room_id = 2;

    • roomSid: string

      from field: string room_sid = 3;

    • filePath: string

      from field: string file_path = 4;

    • fileSize: number

      from field: float file_size = 5;

    • creationTime: string

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

    • roomCreationTime: string

      from field: int64 room_creation_time = 7 [jstype = JS_STRING];

    • Optionalmetadata?: RecordingMetadata

      from field: optional plugnmeet.RecordingMetadata metadata = 8;

    from message plugnmeet.RecordingInfo