Mac SDK
Instance Methods | Protected Attributes | Properties | List of all members
ZoomSDKMeetingConfiguration Class Reference
Inheritance diagram for ZoomSDKMeetingConfiguration:

Instance Methods

(ZoomSDKError) - prefillWebinarUserName:Email:
 
(ZoomSDKError) - hideSDKButtons:ButtonType:
 
(ZoomSDKError) - modifyWindowTitle:NewMeetingNum:
 Change the title of window in the meeting. More...
 
(ZoomSDKError) - modifyVideoDSCP:AudioDSCP:
 Modify the DSCP of audio and video. More...
 
(void) - reset
 Reset all properties in this class.
 
(BOOL) - disableConfidentialWatermark:
 Disable confidential watermark. More...
 

Protected Attributes

CGDirectDisplayID _displayAppID
 
CGDirectDisplayID _monitorID
 
NSPoint _floatVideoPoint
 
BOOL _shareToolBarVisible
 
BOOL _mainToolBarVisible
 
NSPoint _mainVideoPoint
 
BOOL _jbhWindowVisible
 
BOOL _enableMuteOnEntry
 
BOOL _enableChime
 
BOOL _isDirectShareDesktop
 
BOOL _enableAutoAdjustSpeakerVolume
 
BOOL _enableAutoAdjustMicVolume
 
BOOL _hideMainWindowMeetingInfo
 
unsigned int _newMeetingID
 
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 _hideLeaveMeetingWindow
 
BOOL _disableParticipantButtonClickOriginAction
 
BOOL _hideFullPhoneNumber4PureCallinUser
 
BOOL _hideTelephoneInAudiowWindow
 
BOOL _hideCallMeInAudioWindow
 
BOOL _forceDisableMultiShare
 
BOOL _enableGlobalShortcuts
 
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
 

Properties

CGDirectDisplayID displayAppID
 
CGDirectDisplayID monitorID
 
NSPoint floatVideoPoint
 
NSPoint mainVideoPoint
 
BOOL shareToolBarVisible
 
BOOL jbhWindowVisible
 
BOOL enableMuteOnEntry
 
BOOL isDirectShareDesktop
 
BOOL enableChime
 
BOOL mainToolBarVisible
 
BOOL hideMainWindowMeetingInfo
 
unsigned int newMeetingID
 
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 hideLeaveMeetingWindow
 
BOOL disableParticipantButtonClickOriginAction
 
BOOL hideFullPhoneNumber4PureCallinUser
 
BOOL hideTelephoneInAudiowWindow
 
BOOL hideCallMeInAudioWindow
 
BOOL forceDisableMultiShare
 
BOOL enableGlobalShortcuts
 
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
 

Method Documentation

◆ disableConfidentialWatermark:

- (BOOL) disableConfidentialWatermark: (BOOL)  disable

Disable confidential watermark.

Parameters
disableSet it to Yes to disable use confidential watermark, otherwise not.
Returns
If return YES means the confidential watermark is disabled, otherwise not.

◆ 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.

◆ modifyWindowTitle:NewMeetingNum:

- (ZoomSDKError) modifyWindowTitle: (BOOL)  modify
NewMeetingNum: (1.)  0
(4.6)  NS_DEPRECATED_MAC 

Change the title of window in the meeting.

Parameters
modifySet it to YES to modify the meeting number displayed on the title of window.
meetingnumberCustom meeting number.
Note
If you want to show the default meeting number, set newMeetingNum = 0. Otherwise set other number to replace it.

The documentation for this class was generated from the following file: