Zoom Rooms Controller SDK Reference 7.1.0
Loading...
Searching...
No Matches
MeetingMynotesSetting Struct Reference

Meeting Mynotes transcription setting info. More...

#include <ZRCSDKTypes.h>

Data Fields

bool isMeetingMynotesTranscriptSettingOn = false
 TRUE indicates Mynotes transcription feature is enabled for this meeting.
 
bool supportSwitchMynotesTranscript = false
 TRUE indicates the host can toggle Mynotes transcription (only valid when reasonNotAllowMynotesTranscript is MynotesNotAllowReasonNone).
 
MynotesNotAllowReason reasonNotAllowMynotesTranscript = MynotesNotAllowReasonUnknown
 Reason why Mynotes transcription is not allowed.
 

Detailed Description

Meeting Mynotes transcription setting info.

Definition at line 1176 of file ZRCSDKTypes.h.

Field Documentation

◆ isMeetingMynotesTranscriptSettingOn

bool MeetingMynotesSetting::isMeetingMynotesTranscriptSettingOn = false

TRUE indicates Mynotes transcription feature is enabled for this meeting.

Definition at line 1178 of file ZRCSDKTypes.h.

◆ reasonNotAllowMynotesTranscript

MynotesNotAllowReason MeetingMynotesSetting::reasonNotAllowMynotesTranscript = MynotesNotAllowReasonUnknown

Reason why Mynotes transcription is not allowed.

Definition at line 1180 of file ZRCSDKTypes.h.

◆ supportSwitchMynotesTranscript

bool MeetingMynotesSetting::supportSwitchMynotesTranscript = false

TRUE indicates the host can toggle Mynotes transcription (only valid when reasonNotAllowMynotesTranscript is MynotesNotAllowReasonNone).

Definition at line 1179 of file ZRCSDKTypes.h.