macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingConfiguration Class Reference

#import <ZoomSDKMeetingConfiguration.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- prefillWebinarUserName:Email:
 
(ZoomSDKError- hideSDKButtons:ButtonType:
 
(ZoomSDKError- modifyVideoDSCP:AudioDSCP:
 Modify the DSCP of audio and video.
 
(void) - reset
 Reset all properties in this class.
 
(ZoomSDKError- enableCloudWhiteboard:
 Enable or disable the new Zoom Whiteboard feature (different from Classic Whiteboard). This is enabled by default.
 

Protected Attributes

CGDirectDisplayID _displayAppID
 
CGDirectDisplayID _monitorID
 
NSPoint _floatVideoPoint
 
BOOL _shareToolBarVisible
 
NSPoint _mainVideoPoint
 
BOOL _jbhWindowVisible
 
BOOL _enableMuteOnEntry
 
BOOL _enableChime
 
BOOL _isDirectShareDesktop
 
BOOL _enableAutoAdjustSpeakerVolume
 
BOOL _enableAutoAdjustMicVolume
 
BOOL _disablePopupWrongPasswordWindow
 
BOOL _autoAdjustSpeakerVolumeWhenJoinAudio
 
BOOL _autoAdjustMicVolumeWhenJoinAudio
 
BOOL _disableEndOtherMeetingAlert
 
BOOL _disableInputPasswordWindow
 
BOOL _disableDoubleClickToFullScreen
 
BOOL _hideThumbnailVideoWindow
 
NSString * _securityAppName
 
BOOL _disableRenameInMeeting
 
BOOL _disableShareButtonClickOriginAction
 
BOOL _disableToolbarInviteButtonClickOriginAction
 
BOOL _needPrefillWebinarJoinInfo
 
BOOL _hideRegisterWebinarInfoWindow
 
BOOL _disableParticipantButtonClickOriginAction
 
BOOL _hideTelephoneInAudiowWindow
 
BOOL _hideCallMeInAudioWindow
 
BOOL _forceDisableMultiShare
 
BOOL _disableCustomLiveStreamAction
 
BOOL _disableFreeUserOriginAction
 
BOOL _disableFreeMeetingRemainTimeNotify
 
BOOL _hideInviteInMeetingH323CallInTab
 
BOOL _hideInviteInMeetingH323CallOutTab
 
BOOL _hideMeetingStaticBadNetWorkWaring
 
BOOL _hideMeetingStaticSystemBusyWaring
 
BOOL _hideSwitchCameraButton
 
BOOL _disableOpenRecordFileWhenMeetingEnd
 
BOOL _hideShowKeypadButton
 
BOOL _hideCopyURLButtonWhenInviteOthers
 
BOOL _hideCopyInvitationButtonWhenInviteOthers
 
BOOL _hideChatItemInMeeting
 
BOOL _hideRemoteControlItemOnMoreMenu
 
BOOL _hideChooseSaveRecordingFilePathWindow
 
BOOL _disableAudioButtonClickOriginAction
 
BOOL _disableAudioSettingMenuButtonClickOriginAction
 
BOOL _hideLoadingWindow
 
BOOL _disableBreakoutRoomsButtonClickOriginAction
 
BOOL _hideMeetingInfoButtonOnVideo
 
BOOL _hideInvitButtonOnHCWindow
 
BOOL _disableToolbarLeaveButtonClickOriginAction
 
BOOL _disableToolbarCloseCaptionButtonClickOriginAction
 
BOOL _hideInviteLinkOnMeetingUI
 
BOOL _hideCloudWhiteboardFeedbackButton
 
BOOL _hideCloudWhiteboardShareButton
 

Properties

CGDirectDisplayID displayAppID
 
CGDirectDisplayID monitorID
 
NSPoint floatVideoPoint
 
NSPoint mainVideoPoint
 
BOOL shareToolBarVisible
 
BOOL jbhWindowVisible
 
BOOL enableMuteOnEntry
 
BOOL isDirectShareDesktop
 
BOOL enableChime
 
BOOL disablePopupWrongPasswordWindow
 
BOOL autoAdjustSpeakerVolumeWhenJoinAudio
 
BOOL autoAdjustMicVolumeWhenJoinAudio
 
BOOL disableEndOtherMeetingAlert
 
BOOL disableInputPasswordWindow
 
BOOL disableDoubleClickToFullScreen
 
BOOL hideThumbnailVideoWindow
 
NSString * securityAppName
 
BOOL disableRenameInMeeting
 
BOOL disableShareButtonClickOriginAction
 
BOOL disableToolbarInviteButtonClickOriginAction
 
BOOL needPrefillWebinarJoinInfo
 
BOOL hideRegisterWebinarInfoWindow
 
BOOL disableParticipantButtonClickOriginAction
 
BOOL hideTelephoneInAudiowWindow
 
BOOL hideCallMeInAudioWindow
 
BOOL forceDisableMultiShare
 
BOOL disableCustomLiveStreamAction
 
BOOL disableFreeUserOriginAction
 
BOOL disableFreeMeetingRemainTimeNotify
 
BOOL hideInviteInMeetingH323CallInTab
 
BOOL hideInviteInMeetingH323CallOutTab
 
BOOL hideMeetingStaticBadNetWorkWaring
 
BOOL hideMeetingStaticSystemBusyWaring
 
BOOL hideSwitchCameraButton
 
BOOL disableOpenRecordFileWhenMeetingEnd
 
BOOL hideShowKeypadButton
 
BOOL hideCopyURLButtonWhenInviteOthers
 
BOOL hideCopyInvitationButtonWhenInviteOthers
 
BOOL hideChatItemInMeeting
 
BOOL hideRemoteControlItemOnMoreMenu
 
BOOL hideChooseSaveRecordingFilePathWindow
 
BOOL disableAudioButtonClickOriginAction
 
BOOL disableAudioSettingMenuButtonClickOriginAction
 
BOOL hideLoadingWindow
 
BOOL disableBreakoutRoomsButtonClickOriginAction
 
BOOL hideMeetingInfoButtonOnVideo
 
BOOL hideInvitButtonOnHCWindow
 
BOOL disableToolbarLeaveButtonClickOriginAction
 
BOOL disableToolbarCloseCaptionButtonClickOriginAction
 
BOOL hideInviteLinkOnMeetingUI
 
BOOL hideCloudWhiteboardFeedbackButton
 
BOOL hideCloudWhiteboardShareButton
 

Detailed Description

Definition at line 3 of file ZoomSDKMeetingConfiguration.h.

Method Documentation

◆ enableCloudWhiteboard:

- (ZoomSDKError) enableCloudWhiteboard: (BOOL)  enable

Enable or disable the new Zoom Whiteboard feature (different from Classic Whiteboard). This is enabled by default.

Parameters
enableYES means enable the cloud whiteboard feature,otherwise not.
Returns
If the function succeeds, it will return the ZoomSDKError_Success, otherwise failed.

◆ hideSDKButtons:ButtonType:

- (ZoomSDKError) hideSDKButtons: (BOOL)  hide
ButtonType: (SDKButton button 

◆ modifyVideoDSCP:AudioDSCP:

- (ZoomSDKError) modifyVideoDSCP: (int)  videoDSCP
AudioDSCP: (int)  audioDSCP 

Modify the DSCP of audio and video.

Parameters
videoDSCPVideo values in the meeting.
audioDSCPAudio values in the meeting.
Note
It is necessary to input both values of the videoDSCP and audioDSCP if you want to modify.

◆ prefillWebinarUserName:Email:

- (ZoomSDKError) prefillWebinarUserName: (NSString *)  userName
Email: (NSString *)  email 

◆ reset

- (void) reset

Reset all properties in this class.

Field Documentation

◆ _autoAdjustMicVolumeWhenJoinAudio

- (BOOL) _autoAdjustMicVolumeWhenJoinAudio
protected

Definition at line 32 of file ZoomSDKMeetingConfiguration.h.

◆ _autoAdjustSpeakerVolumeWhenJoinAudio

- (BOOL) _autoAdjustSpeakerVolumeWhenJoinAudio
protected

Definition at line 30 of file ZoomSDKMeetingConfiguration.h.

◆ _disableAudioButtonClickOriginAction

- (BOOL) _disableAudioButtonClickOriginAction
protected

Definition at line 92 of file ZoomSDKMeetingConfiguration.h.

◆ _disableAudioSettingMenuButtonClickOriginAction

- (BOOL) _disableAudioSettingMenuButtonClickOriginAction
protected

Definition at line 94 of file ZoomSDKMeetingConfiguration.h.

◆ _disableBreakoutRoomsButtonClickOriginAction

- (BOOL) _disableBreakoutRoomsButtonClickOriginAction
protected

Definition at line 98 of file ZoomSDKMeetingConfiguration.h.

◆ _disableCustomLiveStreamAction

- (BOOL) _disableCustomLiveStreamAction
protected

Definition at line 62 of file ZoomSDKMeetingConfiguration.h.

◆ _disableDoubleClickToFullScreen

- (BOOL) _disableDoubleClickToFullScreen
protected

Definition at line 38 of file ZoomSDKMeetingConfiguration.h.

◆ _disableEndOtherMeetingAlert

- (BOOL) _disableEndOtherMeetingAlert
protected

Definition at line 34 of file ZoomSDKMeetingConfiguration.h.

◆ _disableFreeMeetingRemainTimeNotify

- (BOOL) _disableFreeMeetingRemainTimeNotify
protected

Definition at line 66 of file ZoomSDKMeetingConfiguration.h.

◆ _disableFreeUserOriginAction

- (BOOL) _disableFreeUserOriginAction
protected

Definition at line 64 of file ZoomSDKMeetingConfiguration.h.

◆ _disableInputPasswordWindow

- (BOOL) _disableInputPasswordWindow
protected

Definition at line 36 of file ZoomSDKMeetingConfiguration.h.

◆ _disableOpenRecordFileWhenMeetingEnd

- (BOOL) _disableOpenRecordFileWhenMeetingEnd
protected

Definition at line 78 of file ZoomSDKMeetingConfiguration.h.

◆ _disableParticipantButtonClickOriginAction

- (BOOL) _disableParticipantButtonClickOriginAction
protected

Definition at line 54 of file ZoomSDKMeetingConfiguration.h.

◆ _disablePopupWrongPasswordWindow

- (BOOL) _disablePopupWrongPasswordWindow
protected

Definition at line 28 of file ZoomSDKMeetingConfiguration.h.

◆ _disableRenameInMeeting

- (BOOL) _disableRenameInMeeting
protected

Definition at line 44 of file ZoomSDKMeetingConfiguration.h.

◆ _disableShareButtonClickOriginAction

- (BOOL) _disableShareButtonClickOriginAction
protected

Definition at line 46 of file ZoomSDKMeetingConfiguration.h.

◆ _disableToolbarCloseCaptionButtonClickOriginAction

- (BOOL) _disableToolbarCloseCaptionButtonClickOriginAction
protected

Definition at line 106 of file ZoomSDKMeetingConfiguration.h.

◆ _disableToolbarInviteButtonClickOriginAction

- (BOOL) _disableToolbarInviteButtonClickOriginAction
protected

Definition at line 48 of file ZoomSDKMeetingConfiguration.h.

◆ _disableToolbarLeaveButtonClickOriginAction

- (BOOL) _disableToolbarLeaveButtonClickOriginAction
protected

Definition at line 104 of file ZoomSDKMeetingConfiguration.h.

◆ _displayAppID

- (CGDirectDisplayID) _displayAppID
protected

Definition at line 6 of file ZoomSDKMeetingConfiguration.h.

◆ _enableAutoAdjustMicVolume

- (BOOL) _enableAutoAdjustMicVolume
protected

Definition at line 26 of file ZoomSDKMeetingConfiguration.h.

◆ _enableAutoAdjustSpeakerVolume

- (BOOL) _enableAutoAdjustSpeakerVolume
protected

Definition at line 24 of file ZoomSDKMeetingConfiguration.h.

◆ _enableChime

- (BOOL) _enableChime
protected

Definition at line 20 of file ZoomSDKMeetingConfiguration.h.

◆ _enableMuteOnEntry

- (BOOL) _enableMuteOnEntry
protected

Definition at line 18 of file ZoomSDKMeetingConfiguration.h.

◆ _floatVideoPoint

- (NSPoint) _floatVideoPoint
protected

Definition at line 10 of file ZoomSDKMeetingConfiguration.h.

◆ _forceDisableMultiShare

- (BOOL) _forceDisableMultiShare
protected

Definition at line 60 of file ZoomSDKMeetingConfiguration.h.

◆ _hideCallMeInAudioWindow

- (BOOL) _hideCallMeInAudioWindow
protected

Definition at line 58 of file ZoomSDKMeetingConfiguration.h.

◆ _hideChatItemInMeeting

- (BOOL) _hideChatItemInMeeting
protected

Definition at line 86 of file ZoomSDKMeetingConfiguration.h.

◆ _hideChooseSaveRecordingFilePathWindow

- (BOOL) _hideChooseSaveRecordingFilePathWindow
protected

Definition at line 90 of file ZoomSDKMeetingConfiguration.h.

◆ _hideCloudWhiteboardFeedbackButton

- (BOOL) _hideCloudWhiteboardFeedbackButton
protected

Definition at line 110 of file ZoomSDKMeetingConfiguration.h.

◆ _hideCloudWhiteboardShareButton

- (BOOL) _hideCloudWhiteboardShareButton
protected

Definition at line 112 of file ZoomSDKMeetingConfiguration.h.

◆ _hideCopyInvitationButtonWhenInviteOthers

- (BOOL) _hideCopyInvitationButtonWhenInviteOthers
protected

Definition at line 84 of file ZoomSDKMeetingConfiguration.h.

◆ _hideCopyURLButtonWhenInviteOthers

- (BOOL) _hideCopyURLButtonWhenInviteOthers
protected

Definition at line 82 of file ZoomSDKMeetingConfiguration.h.

◆ _hideInvitButtonOnHCWindow

- (BOOL) _hideInvitButtonOnHCWindow
protected

Definition at line 102 of file ZoomSDKMeetingConfiguration.h.

◆ _hideInviteInMeetingH323CallInTab

- (BOOL) _hideInviteInMeetingH323CallInTab
protected

Definition at line 68 of file ZoomSDKMeetingConfiguration.h.

◆ _hideInviteInMeetingH323CallOutTab

- (BOOL) _hideInviteInMeetingH323CallOutTab
protected

Definition at line 70 of file ZoomSDKMeetingConfiguration.h.

◆ _hideInviteLinkOnMeetingUI

- (BOOL) _hideInviteLinkOnMeetingUI
protected

Definition at line 108 of file ZoomSDKMeetingConfiguration.h.

◆ _hideLoadingWindow

- (BOOL) _hideLoadingWindow
protected

Definition at line 96 of file ZoomSDKMeetingConfiguration.h.

◆ _hideMeetingInfoButtonOnVideo

- (BOOL) _hideMeetingInfoButtonOnVideo
protected

Definition at line 100 of file ZoomSDKMeetingConfiguration.h.

◆ _hideMeetingStaticBadNetWorkWaring

- (BOOL) _hideMeetingStaticBadNetWorkWaring
protected

Definition at line 72 of file ZoomSDKMeetingConfiguration.h.

◆ _hideMeetingStaticSystemBusyWaring

- (BOOL) _hideMeetingStaticSystemBusyWaring
protected

Definition at line 74 of file ZoomSDKMeetingConfiguration.h.

◆ _hideRegisterWebinarInfoWindow

- (BOOL) _hideRegisterWebinarInfoWindow
protected

Definition at line 52 of file ZoomSDKMeetingConfiguration.h.

◆ _hideRemoteControlItemOnMoreMenu

- (BOOL) _hideRemoteControlItemOnMoreMenu
protected

Definition at line 88 of file ZoomSDKMeetingConfiguration.h.

◆ _hideShowKeypadButton

- (BOOL) _hideShowKeypadButton
protected

Definition at line 80 of file ZoomSDKMeetingConfiguration.h.

◆ _hideSwitchCameraButton

- (BOOL) _hideSwitchCameraButton
protected

Definition at line 76 of file ZoomSDKMeetingConfiguration.h.

◆ _hideTelephoneInAudiowWindow

- (BOOL) _hideTelephoneInAudiowWindow
protected

Definition at line 56 of file ZoomSDKMeetingConfiguration.h.

◆ _hideThumbnailVideoWindow

- (BOOL) _hideThumbnailVideoWindow
protected

Definition at line 40 of file ZoomSDKMeetingConfiguration.h.

◆ _isDirectShareDesktop

- (BOOL) _isDirectShareDesktop
protected

Definition at line 22 of file ZoomSDKMeetingConfiguration.h.

◆ _jbhWindowVisible

- (BOOL) _jbhWindowVisible
protected

Definition at line 16 of file ZoomSDKMeetingConfiguration.h.

◆ _mainVideoPoint

- (NSPoint) _mainVideoPoint
protected

Definition at line 14 of file ZoomSDKMeetingConfiguration.h.

◆ _monitorID

- (CGDirectDisplayID) _monitorID
protected

Definition at line 8 of file ZoomSDKMeetingConfiguration.h.

◆ _needPrefillWebinarJoinInfo

- (BOOL) _needPrefillWebinarJoinInfo
protected

Definition at line 50 of file ZoomSDKMeetingConfiguration.h.

◆ _securityAppName

- (NSString*) _securityAppName
protected

Definition at line 42 of file ZoomSDKMeetingConfiguration.h.

◆ _shareToolBarVisible

- (BOOL) _shareToolBarVisible
protected

Definition at line 12 of file ZoomSDKMeetingConfiguration.h.

Property Documentation

◆ autoAdjustMicVolumeWhenJoinAudio

- (BOOL) autoAdjustMicVolumeWhenJoinAudio
readwritenonatomicassign

Definition at line 127 of file ZoomSDKMeetingConfiguration.h.

◆ autoAdjustSpeakerVolumeWhenJoinAudio

- (BOOL) autoAdjustSpeakerVolumeWhenJoinAudio
readwritenonatomicassign

Definition at line 126 of file ZoomSDKMeetingConfiguration.h.

◆ disableAudioButtonClickOriginAction

- (BOOL) disableAudioButtonClickOriginAction
readwritenonatomicassign

Definition at line 157 of file ZoomSDKMeetingConfiguration.h.

◆ disableAudioSettingMenuButtonClickOriginAction

- (BOOL) disableAudioSettingMenuButtonClickOriginAction
readwritenonatomicassign

Definition at line 158 of file ZoomSDKMeetingConfiguration.h.

◆ disableBreakoutRoomsButtonClickOriginAction

- (BOOL) disableBreakoutRoomsButtonClickOriginAction
readwritenonatomicassign

Definition at line 160 of file ZoomSDKMeetingConfiguration.h.

◆ disableCustomLiveStreamAction

- (BOOL) disableCustomLiveStreamAction
readwritenonatomicassign

Definition at line 142 of file ZoomSDKMeetingConfiguration.h.

◆ disableDoubleClickToFullScreen

- (BOOL) disableDoubleClickToFullScreen
readwritenonatomicassign

Definition at line 130 of file ZoomSDKMeetingConfiguration.h.

◆ disableEndOtherMeetingAlert

- (BOOL) disableEndOtherMeetingAlert
readwritenonatomicassign

Definition at line 128 of file ZoomSDKMeetingConfiguration.h.

◆ disableFreeMeetingRemainTimeNotify

- (BOOL) disableFreeMeetingRemainTimeNotify
readwritenonatomicassign

Definition at line 144 of file ZoomSDKMeetingConfiguration.h.

◆ disableFreeUserOriginAction

- (BOOL) disableFreeUserOriginAction
readwritenonatomicassign

Definition at line 143 of file ZoomSDKMeetingConfiguration.h.

◆ disableInputPasswordWindow

- (BOOL) disableInputPasswordWindow
readwritenonatomicassign

Definition at line 129 of file ZoomSDKMeetingConfiguration.h.

◆ disableOpenRecordFileWhenMeetingEnd

- (BOOL) disableOpenRecordFileWhenMeetingEnd
readwritenonatomicassign

Definition at line 150 of file ZoomSDKMeetingConfiguration.h.

◆ disableParticipantButtonClickOriginAction

- (BOOL) disableParticipantButtonClickOriginAction
readwritenonatomicassign

Definition at line 138 of file ZoomSDKMeetingConfiguration.h.

◆ disablePopupWrongPasswordWindow

- (BOOL) disablePopupWrongPasswordWindow
readwritenonatomicassign

Definition at line 125 of file ZoomSDKMeetingConfiguration.h.

◆ disableRenameInMeeting

- (BOOL) disableRenameInMeeting
readwritenonatomicassign

Definition at line 133 of file ZoomSDKMeetingConfiguration.h.

◆ disableShareButtonClickOriginAction

- (BOOL) disableShareButtonClickOriginAction
readwritenonatomicassign

Definition at line 134 of file ZoomSDKMeetingConfiguration.h.

◆ disableToolbarCloseCaptionButtonClickOriginAction

- (BOOL) disableToolbarCloseCaptionButtonClickOriginAction
readwritenonatomicassign

Definition at line 164 of file ZoomSDKMeetingConfiguration.h.

◆ disableToolbarInviteButtonClickOriginAction

- (BOOL) disableToolbarInviteButtonClickOriginAction
readwritenonatomicassign

Definition at line 135 of file ZoomSDKMeetingConfiguration.h.

◆ disableToolbarLeaveButtonClickOriginAction

- (BOOL) disableToolbarLeaveButtonClickOriginAction
readwritenonatomicassign

Definition at line 163 of file ZoomSDKMeetingConfiguration.h.

◆ displayAppID

- (CGDirectDisplayID) displayAppID
readwritenonatomicassign

Definition at line 116 of file ZoomSDKMeetingConfiguration.h.

◆ enableChime

- (BOOL) enableChime
readwritenonatomicassign

Definition at line 124 of file ZoomSDKMeetingConfiguration.h.

◆ enableMuteOnEntry

- (BOOL) enableMuteOnEntry
readwritenonatomicassign

Definition at line 122 of file ZoomSDKMeetingConfiguration.h.

◆ floatVideoPoint

- (NSPoint) floatVideoPoint
readwritenonatomicassign

Definition at line 118 of file ZoomSDKMeetingConfiguration.h.

◆ forceDisableMultiShare

- (BOOL) forceDisableMultiShare
readwritenonatomicassign

Definition at line 141 of file ZoomSDKMeetingConfiguration.h.

◆ hideCallMeInAudioWindow

- (BOOL) hideCallMeInAudioWindow
readwritenonatomicassign

Definition at line 140 of file ZoomSDKMeetingConfiguration.h.

◆ hideChatItemInMeeting

- (BOOL) hideChatItemInMeeting
readwritenonatomicassign

Definition at line 154 of file ZoomSDKMeetingConfiguration.h.

◆ hideChooseSaveRecordingFilePathWindow

- (BOOL) hideChooseSaveRecordingFilePathWindow
readwritenonatomicassign

Definition at line 156 of file ZoomSDKMeetingConfiguration.h.

◆ hideCloudWhiteboardFeedbackButton

- (BOOL) hideCloudWhiteboardFeedbackButton
readwritenonatomicassign

Definition at line 166 of file ZoomSDKMeetingConfiguration.h.

◆ hideCloudWhiteboardShareButton

- (BOOL) hideCloudWhiteboardShareButton
readwritenonatomicassign

Definition at line 167 of file ZoomSDKMeetingConfiguration.h.

◆ hideCopyInvitationButtonWhenInviteOthers

- (BOOL) hideCopyInvitationButtonWhenInviteOthers
readwritenonatomicassign

Definition at line 153 of file ZoomSDKMeetingConfiguration.h.

◆ hideCopyURLButtonWhenInviteOthers

- (BOOL) hideCopyURLButtonWhenInviteOthers
readwritenonatomicassign

Definition at line 152 of file ZoomSDKMeetingConfiguration.h.

◆ hideInvitButtonOnHCWindow

- (BOOL) hideInvitButtonOnHCWindow
readwritenonatomicassign

Definition at line 162 of file ZoomSDKMeetingConfiguration.h.

◆ hideInviteInMeetingH323CallInTab

- (BOOL) hideInviteInMeetingH323CallInTab
readwritenonatomicassign

Definition at line 145 of file ZoomSDKMeetingConfiguration.h.

◆ hideInviteInMeetingH323CallOutTab

- (BOOL) hideInviteInMeetingH323CallOutTab
readwritenonatomicassign

Definition at line 146 of file ZoomSDKMeetingConfiguration.h.

◆ hideInviteLinkOnMeetingUI

- (BOOL) hideInviteLinkOnMeetingUI
readwritenonatomicassign

Definition at line 165 of file ZoomSDKMeetingConfiguration.h.

◆ hideLoadingWindow

- (BOOL) hideLoadingWindow
readwritenonatomicassign

Definition at line 159 of file ZoomSDKMeetingConfiguration.h.

◆ hideMeetingInfoButtonOnVideo

- (BOOL) hideMeetingInfoButtonOnVideo
readwritenonatomicassign

Definition at line 161 of file ZoomSDKMeetingConfiguration.h.

◆ hideMeetingStaticBadNetWorkWaring

- (BOOL) hideMeetingStaticBadNetWorkWaring
readwritenonatomicassign

Definition at line 147 of file ZoomSDKMeetingConfiguration.h.

◆ hideMeetingStaticSystemBusyWaring

- (BOOL) hideMeetingStaticSystemBusyWaring
readwritenonatomicassign

Definition at line 148 of file ZoomSDKMeetingConfiguration.h.

◆ hideRegisterWebinarInfoWindow

- (BOOL) hideRegisterWebinarInfoWindow
readwritenonatomicassign

Definition at line 137 of file ZoomSDKMeetingConfiguration.h.

◆ hideRemoteControlItemOnMoreMenu

- (BOOL) hideRemoteControlItemOnMoreMenu
readwritenonatomicassign

Definition at line 155 of file ZoomSDKMeetingConfiguration.h.

◆ hideShowKeypadButton

- (BOOL) hideShowKeypadButton
readwritenonatomicassign

Definition at line 151 of file ZoomSDKMeetingConfiguration.h.

◆ hideSwitchCameraButton

- (BOOL) hideSwitchCameraButton
readwritenonatomicassign

Definition at line 149 of file ZoomSDKMeetingConfiguration.h.

◆ hideTelephoneInAudiowWindow

- (BOOL) hideTelephoneInAudiowWindow
readwritenonatomicassign

Definition at line 139 of file ZoomSDKMeetingConfiguration.h.

◆ hideThumbnailVideoWindow

- (BOOL) hideThumbnailVideoWindow
readwritenonatomicassign

Definition at line 131 of file ZoomSDKMeetingConfiguration.h.

◆ isDirectShareDesktop

- (BOOL) isDirectShareDesktop
readwritenonatomicassign

Definition at line 123 of file ZoomSDKMeetingConfiguration.h.

◆ jbhWindowVisible

- (BOOL) jbhWindowVisible
readwritenonatomicassign

Definition at line 121 of file ZoomSDKMeetingConfiguration.h.

◆ mainVideoPoint

- (NSPoint) mainVideoPoint
readwritenonatomicassign

Definition at line 119 of file ZoomSDKMeetingConfiguration.h.

◆ monitorID

- (CGDirectDisplayID) monitorID
readwritenonatomicassign

Definition at line 117 of file ZoomSDKMeetingConfiguration.h.

◆ needPrefillWebinarJoinInfo

- (BOOL) needPrefillWebinarJoinInfo
readwritenonatomicassign

Definition at line 136 of file ZoomSDKMeetingConfiguration.h.

◆ securityAppName

- (NSString*) securityAppName
readwritenonatomicretain

Definition at line 132 of file ZoomSDKMeetingConfiguration.h.

◆ shareToolBarVisible

- (BOOL) shareToolBarVisible
readwritenonatomicassign

Definition at line 120 of file ZoomSDKMeetingConfiguration.h.