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

    Type Alias RecordingFeatures

    RecordingFeatures: Message<"plugnmeet.RecordingFeatures"> & {
        isAllow: boolean;
        isAllowCloud: boolean;
        enableAutoCloudRecording: boolean;
        isAllowLocal: boolean;
        onlyRecordAdminWebcams: boolean;
    }

    Type Declaration

    • isAllow: boolean

      from field: bool is_allow = 1;

    • isAllowCloud: boolean

      from field: bool is_allow_cloud = 2;

    • enableAutoCloudRecording: boolean

      from field: bool enable_auto_cloud_recording = 3;

    • isAllowLocal: boolean

      from field: bool is_allow_local = 4;

    • onlyRecordAdminWebcams: boolean

      from field: bool only_record_admin_webcams = 5;

    from message plugnmeet.RecordingFeatures