plugNmeet JS SDK - v1.4.1
    Preparing search index...

    Type Alias RecordingInfo

    type RecordingInfo = {
        record_id: string;
        room_id: string;
        room_sid: string;
        file_path: string;
        file_size: number;
        creation_time: number;
        room_creation_time: number;
    }
    Index

    Properties

    record_id: string
    room_id: string
    room_sid: string
    file_path: string
    file_size: number
    creation_time: number
    room_creation_time: number