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

    Type Alias RecordingInfoFile

    RecordingInfoFile: Message<"plugnmeet.RecordingInfoFile"> & {
        roomTableId: string;
        roomId: string;
        roomTitle: string;
        roomSid: string;
        roomCreationTime: string;
        roomEnded: string;
        recordingId: string;
        recorderId: string;
        filePath: string;
        fileSize: number;
        creationTime: string;
    }

    Type Declaration

    • roomTableId: string

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

    • roomId: string

      from field: string room_id = 2;

    • roomTitle: string

      from field: string room_title = 3;

    • roomSid: string

      from field: string room_sid = 4;

    • roomCreationTime: string

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

    • roomEnded: string

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

    • recordingId: string

      from field: string recording_id = 7;

    • recorderId: string

      from field: string recorder_id = 8;

    • filePath: string

      from field: string file_path = 9;

    • fileSize: number

      from field: float file_size = 10;

    • creationTime: string

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

    from message plugnmeet.RecordingInfoFile