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

    Type Alias RecorderToPlugNmeet

    RecorderToPlugNmeet: Message<"plugnmeet.RecorderToPlugNmeet"> & {
        from: string;
        task: RecordingTasks;
        status: boolean;
        msg: string;
        recordingId: string;
        roomTableId: string;
        roomId: string;
        roomSid: string;
        recorderId: string;
        filePath: string;
        fileSize: number;
        recordingVariant?: CloudRecordingVariants;
    }

    Type Declaration

    • from: string

      from field: string from = 1;

    • task: RecordingTasks

      from field: plugnmeet.RecordingTasks task = 2;

    • status: boolean

      from field: bool status = 3;

    • msg: string

      from field: string msg = 4;

    • recordingId: string

      from field: string recording_id = 5;

    • roomTableId: string

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

    • roomId: string

      from field: string room_id = 6;

    • roomSid: string

      from field: string room_sid = 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;

    • OptionalrecordingVariant?: CloudRecordingVariants

      next key 13

      from field: optional plugnmeet.CloudRecordingVariants recording_variant = 12;

    from message plugnmeet.RecorderToPlugNmeet