#include <ZoomSDKSettingService.h>
Inherits NSObject.
Definition at line 1159 of file ZoomSDKSettingService.h.
◆ enableMeetingSetting:SettingCmd:
Enable or disable meeting settings by command.
- Parameters
-
enable | YES means to enable, otherwise not. |
cmd | An enumeration of commands that you can enable or disable them in the meeting. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ enableMuteOnEntry:allowUnmuteBySelf:
- (ZoomSDKError) enableMuteOnEntry: |
|
(BOOL) | bEnable |
allowUnmuteBySelf: |
|
(BOOL) | allow |
Mute attendees when they join the meeting.
- Parameters
-
bEnable | YES means when attendees join the meeting is muted,otherwise not. |
allow | YES means attendee can unmute self,otherwise not. |
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise fail.
◆ enableToShowMeetingTime:
Enable or disenable to set show meeting time.
- Parameters
-
enable | YES is means show meeting time otherwise is hidden |
- Returns
- If the function is success will return ZoomSDKError_Success. Otherwise fail.
◆ getReactionSkinTone
Get the skintone of the reaction.
- Returns
- The value of the current reaction skintone.
◆ getUIAppearance
Get the UI appearance type.
- Returns
- The return value is the UI appearance type.
◆ getUITheme
Query the theme of ui.
- Returns
- If the function is success will return the theme of ui.
◆ getWallpaperController
Get the object of set wallpaper controller.
- Returns
- If the function succeeds, it will return a ZoomSDKWallpaperController object, otherwise failed, returns nil.
◆ hideAutoCopyInviteLinkCheckBox:
- (ZoomSDKError) hideAutoCopyInviteLinkCheckBox: |
|
(BOOL) | hide |
|
Hide checkbox of automatically copy invite link when meeting start.
- Parameters
-
hide | YES means hide the checkbox,otherwise not. |
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise fail.
◆ hideSettingComponent:hide:
Hide setting components.
- Parameters
-
component | An enumeration of components for controlling meeting. |
hide | YES means to hide, NO to show. |
◆ isEnableConfirmLeavingMeeting
- (BOOL) isEnableConfirmLeavingMeeting |
|
|
|
Determine if can comfire when leaving meeting.
- Returns
- YES means enabled, otherwise not.
◆ isEnableCopyInviteURL
- (BOOL) isEnableCopyInviteURL |
|
|
|
Determine if can copy invite url after start meeting.
- Returns
- YES means enabled, otherwise not.
◆ isMutedVideoAndAudioWhenLockScreen
- (BOOL) isMutedVideoAndAudioWhenLockScreen |
|
|
|
Determine if mute video and aodio when lock screen.
- Returns
- YES means enabled, otherwise not.
◆ isShowLockMeetingTime
- (BOOL) isShowLockMeetingTime |
|
|
|
Get the current status of show meeting time.
- Returns
- If return Yes is means show meeting time
◆ isSupportSetUITheme
- (BOOL) isSupportSetUITheme |
|
|
|
Determine if support set ui theme.
- Returns
- If support, it will return YES, otherwise not.
◆ setConfirmLeavingMeeting:
to set confirm when user leaving meeting.
- Parameters
-
enable | Yes means will confirm when user leaving meeting. |
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise fail.
◆ setCopyMeetingInviteURL:
to set meeting invite url can copy.
- Parameters
-
enable | YES means can copy otherwise not. |
- Returns
- If the function is success will return ZoomSDKError_Success. Otherwise fail.
◆ setCustomFeedbackURL:
- (ZoomSDKError) setCustomFeedbackURL: |
|
(NSString *) | feedbackURL |
|
Custom support URL.
- Parameters
-
- Returns
- If the function succeeds, it will return
ZoomSDKError_Success
. Otherwise failed.
- Deprecated
- This method is no longer used.
◆ setCustomInviteURL:
Set custom link for invitation.
- Parameters
-
inviteURL | The URL for invitation by which user can join meeting. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ setCustomURL:urlString:
This method is used to set default URL for setting components.
- Parameters
-
urlType | A enum specify the url you want to modify. |
- Returns
- A ZoomSDKError to tell client whether function call successfully or not.
◆ setMuteVideoAndAudioWhenLockScreen:
- (ZoomSDKError) setMuteVideoAndAudioWhenLockScreen: |
|
(BOOL) | enable |
|
Stop my video and audio when my display is off or screen saver begins.
- Parameters
-
enable | YES is means mute video and aodio when lock screen,otherewise not. |
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise fail.
◆ setReactionSkinTone:
Set the skintone of the reaction.
- Parameters
-
skinTone | The enum of skintone. |
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise fail.
◆ setUIAppearance:
To set the appearance of ui.
- Parameters
-
appearance | The enum of appearance. |
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise fail.
◆ setUITheme:
Set the theme of ui.
- Parameters
-
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise fail.