2#import <ZoomSDK/ZoomSDKErrors.h>
129@property(nonatomic, assign)CGDirectDisplayID displayAppID;
130@property(nonatomic, assign)CGDirectDisplayID monitorID;
131@property(nonatomic, assign)NSPoint floatVideoPoint;
132@property(nonatomic, assign)NSPoint mainVideoPoint;
133@property(nonatomic, assign)BOOL shareToolBarVisible;
134@property(nonatomic, assign)BOOL jbhWindowVisible;
135@property(nonatomic, assign)BOOL enableMuteOnEntry;
136@property(nonatomic, assign)BOOL isDirectShareDesktop;
137@property(nonatomic, assign)BOOL enableChime;
138@property(nonatomic, assign)BOOL disablePopupWrongPasswordWindow;
139@property(nonatomic, assign)BOOL autoAdjustSpeakerVolumeWhenJoinAudio DEPRECATED_MSG_ATTRIBUTE(
"No longer used");
140@property(nonatomic, assign)BOOL autoAdjustMicVolumeWhenJoinAudio DEPRECATED_MSG_ATTRIBUTE(
"No longer used");
141@property(nonatomic, assign)BOOL disableEndOtherMeetingAlert DEPRECATED_MSG_ATTRIBUTE(
"No longer used");
142@property(nonatomic, assign)BOOL hideEndOtherMeetingAlert;
143@property(nonatomic, assign)BOOL enableAutoEndOtherMeeting;
144@property(nonatomic, assign)BOOL disableInputPasswordWindow;
145@property(nonatomic, assign)BOOL disableDoubleClickToFullScreen;
146@property(nonatomic, assign)BOOL hideThumbnailVideoWindow;
147@property(nonatomic, assign)BOOL disableRenameInMeeting;
148@property(nonatomic, assign)BOOL disableShareButtonClickOriginAction;
149@property(nonatomic, assign)BOOL disableToolbarInviteButtonClickOriginAction;
150@property(nonatomic, assign)BOOL needPrefillWebinarJoinInfo;
151@property(nonatomic, assign)BOOL hideRegisterWebinarInfoWindow;
152@property(nonatomic, assign)BOOL hideWebinarNameInputWindow;
153@property(nonatomic, assign)BOOL disableParticipantButtonClickOriginAction;
154@property(nonatomic, assign)BOOL hideTelephoneInAudioWindow;
155@property(nonatomic, assign)BOOL hideCallMeInAudioWindow;
156@property(nonatomic, assign)BOOL forceDisableMultiShare;
157@property(nonatomic, assign)BOOL disableCustomLiveStreamAction;
158@property(nonatomic, assign)BOOL disableFreeUserOriginAction;
159@property(nonatomic, assign)BOOL disableFreeMeetingRemainTimeNotify;
160@property(nonatomic, assign)BOOL hideInviteInMeetingH323CallInTab;
161@property(nonatomic, assign)BOOL hideInviteInMeetingH323CallOutTab;
162@property(nonatomic, assign)BOOL hideMeetingStaticBadNetWorkWaring;
163@property(nonatomic, assign)BOOL hideMeetingStaticSystemBusyWaring;
164@property(nonatomic, assign)BOOL hideSwitchCameraButton;
165@property(nonatomic, assign)BOOL disableOpenRecordFileWhenMeetingEnd;
166@property(nonatomic, assign)BOOL hideShowKeypadButton;
167@property(nonatomic, assign)BOOL hideCopyURLButtonWhenInviteOthers;
168@property(nonatomic, assign)BOOL hideCopyInvitationButtonWhenInviteOthers;
169@property(nonatomic, assign)BOOL hideChatItemInMeeting;
170@property(nonatomic, assign)BOOL hideRemoteControlItemOnMoreMenu;
171@property(nonatomic, assign)BOOL hideChooseSaveRecordingFilePathWindow;
172@property(nonatomic, assign)BOOL disableAudioButtonClickOriginAction;
173@property(nonatomic, assign)BOOL disableAudioSettingMenuButtonClickOriginAction;
174@property(nonatomic, assign)BOOL hideLoadingWindow;
175@property(nonatomic, assign)BOOL disableBreakoutRoomsButtonClickOriginAction;
176@property(nonatomic, assign)BOOL hideMeetingInfoButtonOnVideo;
177@property(nonatomic, assign)BOOL hideInviteButtonOnHCWindow;
178@property(nonatomic, assign)BOOL disableToolbarLeaveButtonClickOriginAction;
179@property(nonatomic, assign)BOOL disableToolbarCloseCaptionButtonClickOriginAction;
180@property(nonatomic, assign)BOOL hideInviteLinkOnMeetingUI;
181@property(nonatomic, assign)BOOL hideCloudWhiteboardFeedbackButton;
182@property(nonatomic, assign)BOOL hideCloudWhiteboardShareButton;
183@property(nonatomic, assign)BOOL hideCloudWhiteboardAboutButton;
184@property(nonatomic, assign)BOOL hideCloudWhiteboardHelperCenterButton;
185@property(nonatomic, assign)BOOL hideCloudWhiteboardOpenInBrowserButton;
186@property(nonatomic, assign)BOOL hideConfirmStartArchiveWindow;
187@property(nonatomic, assign)BOOL hideRecoverMeetingWindow;
189- (
ZoomSDKError)prefillWebinarUserName:(NSString*)userName Email:(NSString*)email;
199- (
ZoomSDKError)modifyVideoDSCP:(
int)videoDSCP AudioDSCP:(
int)audioDSCP;
218- (
ZoomSDKError)enableGrabShareWithoutReminder:(BOOL)enable;
224- (void)setHideMeetingInputUserInfoWindow:(BOOL)hide;
230- (BOOL)isHideMeetingInputUserInfoWindow;
SDKButton
Enumeration of in-meeting buttons on the toolbar.
ZoomSDKError
Enumeration of common errors of SDK.
BOOL _hideMeetingInfoButtonOnVideo
BOOL _disablePopupWrongPasswordWindow
BOOL _hideCallMeInAudioWindow
BOOL _hideMeetingStaticSystemBusyWaring
BOOL _disableAudioButtonClickOriginAction
BOOL _hideCopyInvitationButtonWhenInviteOthers
BOOL _hideInviteButtonOnHCWindow
BOOL _needPrefillWebinarJoinInfo
BOOL _hideInviteInMeetingH323CallInTab
BOOL _disableParticipantButtonClickOriginAction
BOOL _disableAudioSettingMenuButtonClickOriginAction
BOOL _enableAutoAdjustMicVolume
CGDirectDisplayID _displayAppID
BOOL _hideChooseSaveRecordingFilePathWindow
BOOL _disableEndOtherMeetingAlert
BOOL _isDirectShareDesktop
BOOL _autoAdjustMicVolumeWhenJoinAudio
BOOL _hideThumbnailVideoWindow
BOOL _disableOpenRecordFileWhenMeetingEnd
BOOL _forceDisableMultiShare
BOOL _hideShowKeypadButton
BOOL _disableShareButtonClickOriginAction
BOOL _hideTelephoneInAudioWindow
BOOL _disableToolbarCloseCaptionButtonClickOriginAction
BOOL _shareToolBarVisible
BOOL _disableToolbarLeaveButtonClickOriginAction
BOOL _disableToolbarInviteButtonClickOriginAction
BOOL _enableAutoEndOtherMeeting
BOOL _hideInviteInMeetingH323CallOutTab
BOOL _hideInviteLinkOnMeetingUI
BOOL _disableInputPasswordWindow
BOOL _disableBreakoutRoomsButtonClickOriginAction
BOOL _hideCloudWhiteboardShareButton
BOOL _hideEndOtherMeetingAlert
BOOL _hideCloudWhiteboardFeedbackButton
CGDirectDisplayID _monitorID
BOOL _disableFreeUserOriginAction
BOOL _hideCopyURLButtonWhenInviteOthers
BOOL _disableFreeMeetingRemainTimeNotify
BOOL _enableAutoAdjustSpeakerVolume
BOOL _disableDoubleClickToFullScreen
BOOL _autoAdjustSpeakerVolumeWhenJoinAudio
BOOL _hideChatItemInMeeting
BOOL _hideSwitchCameraButton
BOOL _hideCloudWhiteboardAboutButton
BOOL _hideRegisterWebinarInfoWindow
BOOL _hideCloudWhiteboardOpenInBrowserButton
BOOL _hideCloudWhiteboardHelperCenterButton
BOOL _hideMeetingStaticBadNetWorkWaring
BOOL _disableRenameInMeeting
BOOL _hideConfirmStartArchiveWindow
BOOL _disableCustomLiveStreamAction
BOOL _hideRemoteControlItemOnMoreMenu
BOOL _hideRecoverMeetingWindow
BOOL _hideWebinarNameInputWindow