|
Zoom Rooms Controller SDK Reference 7.1.0
|
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. | |
Meeting Mynotes transcription setting info.
Definition at line 1176 of file ZRCSDKTypes.h.
| bool MeetingMynotesSetting::isMeetingMynotesTranscriptSettingOn = false |
TRUE indicates Mynotes transcription feature is enabled for this meeting.
Definition at line 1178 of file ZRCSDKTypes.h.
| MynotesNotAllowReason MeetingMynotesSetting::reasonNotAllowMynotesTranscript = MynotesNotAllowReasonUnknown |
Reason why Mynotes transcription is not allowed.
Definition at line 1180 of file ZRCSDKTypes.h.
| 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.