Zoom Meeting SDK for Web - Component View
    Preparing search index...

    Interface RecordingInfo

    Interface for recording information.

    interface RecordingInfo {
        isUserEnableRecordingReminder: boolean;
        recordingDisclaimer: Record<string, any>;
        recordingDisclaimerForRecorder: Record<string, any>;
    }
    Index

    Properties

    isUserEnableRecordingReminder: boolean

    Attribute if the user enabled a recording reminder.

    recordingDisclaimer: Record<string, any>

    User's custom disclaimer information, if set.

    recordingDisclaimerForRecorder: Record<string, any>

    User's custom disclaimer information to show when initiating the recording, if set.