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

#import <ZoomSDKSettingService.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- enableMeetingSetting:SettingCmd:
 Enable or disable meeting settings by command.
 
(ZoomSDKError- setCustomInviteURL:
 Set custom link for invitation.
 
(ZoomSDKError- setCustomFeedbackURL:
 Custom support URL.
 
(void) - hideSettingComponent:hide:
 Hide setting components.
 
(ZoomSDKError- setCustomURL:urlString:
 This method is used to set default URL for setting components.
 
(BOOL) - isShowLockMeetingTime
 Get the current status of show meeting time.
 
(ZoomSDKError- enableToShowMeetingTime:
 Enable or disenable to set show meeting time.
 
(BOOL) - isEnableCopyInviteURL
 Determine if can copy invite url after start meeting.
 
(ZoomSDKError- setCopyMeetingInviteURL:
 to set meeting invite url can copy.
 
(BOOL) - isEnableConfirmLeavingMeeting
 Determine if can comfire when leaving meeting.
 
(ZoomSDKError- setConfirmLeavingMeeting:
 to set confirm when user leaving meeting.
 
(ZoomSDKError- setUIAppearance:
 to set the appearebce of ui.
 
(ZoomSDKError- setMuteVideoAndAudioWhenLockScreen:
 Stop my video and audio when my display is off or screen saver begins.
 
(BOOL) - isMutedVideoAndAudioWhenLockScreen
 Determine if mute video and aodio when lock screen.
 
(ZoomSDKError- setReactionSkinTone:
 Set the skintone of the reaction.
 
(ZoomSDKEmojiReactionSkinTone- getReactionSkinTone
 Get the skintone of the reaction.
 
(ZoomSDKError- hideAutoCopyInviteLinkCheckBox:
 Hide checkbox of automatically copy invite link when meeting start.
 
(ZoomSDKError- enableMuteOnEntry:allowUnmuteBySelf:
 Mute attendees when they join the meeting.
 

Detailed Description

Definition at line 1015 of file ZoomSDKSettingService.h.

Method Documentation

◆ enableMeetingSetting:SettingCmd:

- (ZoomSDKError) enableMeetingSetting: (BOOL)  enable
SettingCmd: (MeetingSettingCmd cmd 

Enable or disable meeting settings by command.

Parameters
enableYES means to enable, otherwise not.
cmdAn 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
bEnableYES means when attendees join the meeting is muted,otherwise not.
allowYES means attendee can unmute self,otherwise not.
Returns
If the function is success will return ZoomSDKError_Success, othereise fail.

◆ enableToShowMeetingTime:

- (ZoomSDKError) enableToShowMeetingTime: (BOOL)  enable

Enable or disenable to set show meeting time.

Parameters
enableYES is means show meeting time otherwise is hidden
Returns
If the function is success will return ZoomSDKError_Success.othereise fail

◆ getReactionSkinTone

- (ZoomSDKEmojiReactionSkinTone) 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
hideYES means hide the checkbox,otherwise not.
Returns
If the function is success will return ZoomSDKError_Success, othereise fail.

◆ hideSettingComponent:hide:

- (void) hideSettingComponent: (SettingComponent component
hide: (BOOL)  hide 

Hide setting components.

Parameters
componentAn enumeration of components for controlling meeting.
hideYES 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:

- (ZoomSDKError) setConfirmLeavingMeeting: (BOOL)  enable

to set confirm when user leaving meeting.

Parameters
enableYes means will confirm when user leaving meeting.
Returns
If the function is success will return ZoomSDKError_Success, othereise fail.

◆ setCopyMeetingInviteURL:

- (ZoomSDKError) setCopyMeetingInviteURL: (BOOL)  enable

to set meeting invite url can copy.

Parameters
enableYES 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
feedbackURLsupport URL.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ setCustomInviteURL:

- (ZoomSDKError) setCustomInviteURL: (NSString *)  inviteURL

Set custom link for invitation.

Parameters
inviteURLThe URL for invitation by which user can join meeting.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ setCustomURL:urlString:

- (ZoomSDKError) setCustomURL: (SDKURLType urlType
urlString: (NSString *)  urlString 

This method is used to set default URL for setting components.

Parameters
urlTypeA 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
enableYES is means mute video and aodio when lock screen,otherewise not.
Returns
If the function is success will return ZoomSDKError_Success, othereise fail.

◆ setReactionSkinTone:

- (ZoomSDKError) setReactionSkinTone: (ZoomSDKEmojiReactionSkinTone skinTone

Set the skintone of the reaction.

Parameters
skinToneThe enum of skintone.
Returns
If the function is success will return ZoomSDKError_Success, othereise fail.

◆ setUIAppearance:

- (ZoomSDKError) setUIAppearance: (ZoomSDKUIAppearance appearance

to set the appearebce of ui.

Parameters
appearanceThe enum of appearance.
Returns
If the function is success will return ZoomSDKError_Success, othereise fail.