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

    Type Alias RecordingInfoEvent

    RecordingInfoEvent: Message<"plugnmeet.RecordingInfoEvent"> & {
        recordId: string;
        recorderId: string;
        recorderMsg: string;
        filePath?: string;
        fileSize?: number;
    }

    Type Declaration

    • recordId: string

      from field: string record_id = 1;

    • recorderId: string

      from field: string recorder_id = 2;

    • recorderMsg: string

      from field: string recorder_msg = 3;

    • OptionalfilePath?: string

      from field: optional string file_path = 4;

    • OptionalfileSize?: number

      from field: optional float file_size = 5;

    from message plugnmeet.RecordingInfoEvent