|
Meeting SDK for macOS API Reference
|
General settings interface for controlling meeting behaviors and UI customizations. More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - enableMeetingSetting:SettingCmd: |
| Enables or disable meeting settings by command. | |
| (ZoomSDKError) | - setCustomInviteURL: |
| Sets custom link for invitation. | |
| (ZoomSDKError) | - setCustomFeedbackURL: |
| Custom support URL. | |
| (void) | - hideSettingComponent:hide: |
| Hides setting components. | |
| (ZoomSDKError) | - setCustomURL:urlString: |
| Sets default URL for setting components. | |
| (BOOL) | - isShowLockMeetingTime |
| Gets the current status of show meeting time. | |
| (ZoomSDKError) | - enableToShowMeetingTime: |
| Enables or disenable to set show meeting time. | |
| (BOOL) | - isEnableCopyInviteURL |
| Determines if can copy invite url after start meeting. | |
| (ZoomSDKError) | - setCopyMeetingInviteURL: |
| To set meeting invite url can copy. | |
| (BOOL) | - isEnableConfirmLeavingMeeting |
| Determines if can comfire when leaving meeting. | |
| (ZoomSDKError) | - setConfirmLeavingMeeting: |
| To set confirm when user leaving meeting. | |
| (ZoomSDKError) | - setUIAppearance: |
| To set the appearance of ui. | |
| (ZoomSDKUIAppearance) | - getUIAppearance |
| Gets the UI appearance type. | |
| (BOOL) | - isSupportSetUITheme |
| Determines if support set ui theme. | |
| (ZoomSDKError) | - setUITheme: |
| Sets the theme of ui. | |
| (ZoomSDKUITheme) | - getUITheme |
| Query the theme of ui. | |
| (ZoomSDKError) | - setMuteVideoAndAudioWhenLockScreen: |
| Stops my video and audio when my display is off or screen saver begins. | |
| (BOOL) | - isMutedVideoAndAudioWhenLockScreen |
| Determines if mute video and aodio when lock screen. | |
| (ZoomSDKError) | - setReactionSkinTone: |
| Sets the reaction's skintone. | |
| (ZoomSDKEmojiReactionSkinTone) | - getReactionSkinTone |
| Gets the reaction's skintone. | |
| (ZoomSDKError) | - hideAutoCopyInviteLinkCheckBox: |
| Hides checkbox of automatically copy invite link when meeting start. | |
| (ZoomSDKError) | - enableMuteOnEntry:allowUnmuteBySelf: |
| Mute attendees when they join the meeting. | |
| (ZoomSDKWallpaperController *) | - getWallpaperController |
| Gets the object of set wallpaper controller. | |
General settings interface for controlling meeting behaviors and UI customizations.
Definition at line 1376 of file ZoomSDKSettingService.h.
| - (ZoomSDKError) enableMeetingSetting: | (BOOL) | enable | |
| SettingCmd: | (MeetingSettingCmd) | cmd |
Enables or disable meeting settings by command.
| enable | YES to enable, NO otherwise. |
| cmd | An enumeration of commands that you can enable or disable them in the meeting. |
| - (ZoomSDKError) enableMuteOnEntry: | (BOOL) | bEnable | |
| allowUnmuteBySelf: | (BOOL) | allow |
Mute attendees when they join the meeting.
| bEnable | YES if attendees join the meeting is muted, NO otherwise. |
| allow | YES if attendee can unmute self, NO otherwise. |
| - (ZoomSDKError) enableToShowMeetingTime: | (BOOL) | enable |
Enables or disenable to set show meeting time.
| enable | YES means show meeting time otherwise is hidden |
| - (ZoomSDKEmojiReactionSkinTone) getReactionSkinTone |
Gets the reaction's skintone.
References getReactionSkinTone.
Referenced by getReactionSkinTone.
| - (ZoomSDKUIAppearance) getUIAppearance |
Gets the UI appearance type.
References getUIAppearance.
Referenced by getUIAppearance.
| - (ZoomSDKUITheme) getUITheme |
| - (ZoomSDKWallpaperController *) getWallpaperController |
Gets the object of set wallpaper controller.
References getWallpaperController.
Referenced by getWallpaperController.
| - (ZoomSDKError) hideAutoCopyInviteLinkCheckBox: | (BOOL) | hide |
Hides checkbox of automatically copy invite link when meeting start.
| hide | YES to hide the checkbox, NO otherwise. |
| - (void) hideSettingComponent: | (SettingComponent) | component | |
| hide: | (BOOL) | hide |
Hides setting components.
| component | An enumeration of components for controlling meeting. |
| hide | YES to hide, NO to show. |
| - (BOOL) isEnableConfirmLeavingMeeting |
Determines if can comfire when leaving meeting.
References isEnableConfirmLeavingMeeting.
Referenced by isEnableConfirmLeavingMeeting.
| - (BOOL) isEnableCopyInviteURL |
Determines if can copy invite url after start meeting.
References isEnableCopyInviteURL.
Referenced by isEnableCopyInviteURL.
| - (BOOL) isMutedVideoAndAudioWhenLockScreen |
Determines if mute video and aodio when lock screen.
References isMutedVideoAndAudioWhenLockScreen.
Referenced by isMutedVideoAndAudioWhenLockScreen.
| - (BOOL) isShowLockMeetingTime |
Gets the current status of show meeting time.
References isShowLockMeetingTime.
Referenced by isShowLockMeetingTime.
| - (BOOL) isSupportSetUITheme |
Determines if support set ui theme.
References isSupportSetUITheme.
Referenced by isSupportSetUITheme.
| - (ZoomSDKError) setConfirmLeavingMeeting: | (BOOL) | enable |
To set confirm when user leaving meeting.
| enable | Yes means will confirm when user leaving meeting. |
| - (ZoomSDKError) setCopyMeetingInviteURL: | (BOOL) | enable |
To set meeting invite url can copy.
| enable | YES if can copy, NO otherwise. |
| - (ZoomSDKError) setCustomFeedbackURL: | (NSString *) | feedbackURL |
Custom support URL.
| feedbackURL | Support URL. |
ZoomSDKError_Success. Otherwise, this function returns an error. | - (ZoomSDKError) setCustomInviteURL: | (NSString *) | inviteURL |
Sets custom link for invitation.
| inviteURL | The URL for invitation by which user can join meeting. |
| - (ZoomSDKError) setCustomURL: | (SDKURLType) | urlType | |
| urlString: | (NSString *) | urlString |
Sets default URL for setting components.
| urlType | A enum specify the url you want to modify. |
ZoomSDKError_Success. Otherwise, this function returns an error. | - (ZoomSDKError) setMuteVideoAndAudioWhenLockScreen: | (BOOL) | enable |
Stops my video and audio when my display is off or screen saver begins.
| enable | YES is means mute video and aodio when lock screen,otherewise not, NO otherwise. |
| - (ZoomSDKError) setReactionSkinTone: | (ZoomSDKEmojiReactionSkinTone) | skinTone |
Sets the reaction's skintone.
| skinTone | The enum of skintone. |
| - (ZoomSDKError) setUIAppearance: | (ZoomSDKUIAppearance) | appearance |
To set the appearance of ui.
| appearance | The enum of appearance. |
| - (ZoomSDKError) setUITheme: | (ZoomSDKUITheme) | theme |
Sets the theme of ui.
| theme | The enum of theme. |