#import <ZoomSDKSettingService.h>
Inherits NSObject.
Definition at line 1015 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, othereise 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.othereise fail
◆ getReactionSkinTone
Get the skintone of the reaction.
- Returns
- The value of the current reaction skintone.
◆ 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, othereise fail.
◆ hideSettingComponent:hide:
Hide setting components.
- Parameters
-
component | An enumeration of components for controlling meeting. |
hide | YES means to hide, NO to show. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ 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
◆ 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, othereise 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.othereise fail.
◆ setCustomFeedbackURL:
- (ZoomSDKError) setCustomFeedbackURL: |
|
(NSString *) |
feedbackURL |
|
Custom support URL.
- Parameters
-
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ 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, othereise fail.
◆ setReactionSkinTone:
Set the skintone of the reaction.
- Parameters
-
skinTone | The enum of skintone. |
- Returns
- If the function is success will return ZoomSDKError_Success, othereise fail.
◆ setUIAppearance:
to set the appearebce of ui.
- Parameters
-
appearance | The enum of appearance. |
- Returns
- If the function is success will return ZoomSDKError_Success, othereise fail.