Mac SDK
Instance Methods | List of all members
ScheduleMeetingConfigOption Class Reference
Inheritance diagram for ScheduleMeetingConfigOption:
IMeetingConfigOption

Instance Methods

(void) - setMeetingTopic:
 Set the meeting topic. More...
 
(void) - setRequirePassword:
 Set if it is required to enable the password when user joins meeting. More...
 
(void) - setMeetingPassword:
 Set the meeting password. More...
 
(void) - setEnableJBH:
 Set whether to enable the feature that user joins meeting before host. More...
 
(void) - setEnableMuteOnEntry:
 Set whether to enable the feature that user joins meeting with audio muted. More...
 
(ZoomSDKError) - setUsePMI:
 Set if it is enabled to use PMI. More...
 
(ZoomSDKError) - setEnableHostInChina:
 Set whether to enable host in China. More...
 
(ZoomSDKError) - setEnableOnlySignedUserJoin:
 Set whether to enable the feature ONLY SINGED USER CAN JOIN MEETING. More...
 
(ZoomSDKError) - setEnableSpecialDomainUserJoin:
 Set whether to enable the feature ONLY USER IN SPECIAL DOMAIN CAN JOIN MEETING. More...
 
(ZoomSDKError) - selectSpecialDomains:
 Set the specified domains. More...
 
(ZoomSDKError) - setEnableAutoRecord:
 Set whether to enable recording meeting automatically. More...
 
(ZoomSDKError) - setRecordType:
 Set the type for recording. More...
 
(ZoomSDKError) - selectScheduleForUser:
 Select a user for whom the meeting is scheduled for. More...
 
(void) - setEnableWaitingRooms:
 Set if it is enabled to set use waitingRooms. More...
 
(void) - setEnableMeetingToPublic:
 Set if it is enabled to set meeting to public. More...
 
(ZoomSDKError) - setEnableLanguageInterpretation:
 Set if it is enabled to use Language Interpretation. More...
 
(ZoomSDKError) - setInterpreterInfo:
 Set the language interpretation info. More...
 
- Instance Methods inherited from IMeetingConfigOption
(NSString *) - getMeetingTopic
 Get the meeting topic. More...
 
(BOOL) - enableRequiredPassword
 Query if the feature is enabled that the password is required when user joins meeting. More...
 
(NSString *) - getMeetingPassword
 Get the meeting password. More...
 
(BOOL) - enableJBH
 Query if the feature is enabled that user can join meeting before host. More...
 
(BOOL) - enableMuteOnEntry
 Query if the feature is enabled when user joins meeting with audio muted. More...
 
(BOOL) - enableUsePMI
 Query if the feature is enabled to use PMI to schedule meeting. More...
 
(BOOL) - enableHostInChina:
 Query if it is able to host a meeting in China. More...
 
(BOOL) - enableOnlySignedUserJoin:
 Query if the feature is enabled that only signed user can join meeting. More...
 
(BOOL) - enableSpecialDomainUserJoin:
 Query if the feature is enabled that only the user in specified domain can join meeting. More...
 
(NSString *) - getSpecialDomains
 Get the specified domains. More...
 
(BOOL) - enableAutoRecord:
 Query if the feature is enabled to record meeting automatically. More...
 
(ScheduleMeetingRecordType) - getMeetingRecordType
 Get the recording type of meeting. More...
 
(NSArray *) - getScheduleForUser:
 Get the array of the user for whom the meeting is scheduled. More...
 
(BOOL) - enableWaitingRooms
 Get the waitingRooms is enable of meeting. More...
 
(BOOL) - enableMeetingToPublic
 Get the list in the public event list is enable. More...
 
(BOOL) - enableLanguageInterpretation
 Get the language inerpretation is enable. More...
 
(NSString *) - getPublicEventListUrl
 Get the URL of the public event list. More...
 
(NSArray *) - getInterpreterInfoList
 Get the array of language interpretation information. More...
 

Method Documentation

◆ selectScheduleForUser:

- (ZoomSDKError) selectScheduleForUser: (NSArray *)  users

Select a user for whom the meeting is scheduled for.

Parameters
usersThe array of users.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ selectSpecialDomains:

- (ZoomSDKError) selectSpecialDomains: (NSString *)  domains

Set the specified domains.

Parameters
domainsCustom domains.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ setEnableAutoRecord:

- (ZoomSDKError) setEnableAutoRecord: (BOOL)  enable

Set whether to enable recording meeting automatically.

Parameters
enableYES means enabled, NO disabled.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ setEnableHostInChina:

- (ZoomSDKError) setEnableHostInChina: (BOOL)  enable

Set whether to enable host in China.

Parameters
enableYES means enabled, NO disabled.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ setEnableJBH:

- (void) setEnableJBH: (BOOL)  enable

Set whether to enable the feature that user joins meeting before host.

Parameters
enableYES means enabled, otherwise not.

◆ setEnableLanguageInterpretation:

- (ZoomSDKError) setEnableLanguageInterpretation: (BOOL)  enable

Set if it is enabled to use Language Interpretation.

Parameters
enableYES means enabled, NO disabled.

◆ setEnableMeetingToPublic:

- (void) setEnableMeetingToPublic: (BOOL)  enable

Set if it is enabled to set meeting to public.

Parameters
enableYES means enabled, NO disabled.

◆ setEnableMuteOnEntry:

- (void) setEnableMuteOnEntry: (BOOL)  enable

Set whether to enable the feature that user joins meeting with audio muted.

Parameters
enableYES means enabled, otherwise not.

◆ setEnableOnlySignedUserJoin:

- (ZoomSDKError) setEnableOnlySignedUserJoin: (BOOL)  enable

Set whether to enable the feature ONLY SINGED USER CAN JOIN MEETING.

Parameters
enableYES means enabled, NO disabled.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ setEnableSpecialDomainUserJoin:

- (ZoomSDKError) setEnableSpecialDomainUserJoin: (BOOL)  enable

Set whether to enable the feature ONLY USER IN SPECIAL DOMAIN CAN JOIN MEETING.

Parameters
enableYES means enabled, NO disabled.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ setEnableWaitingRooms:

- (void) setEnableWaitingRooms: (BOOL)  enable

Set if it is enabled to set use waitingRooms.

Parameters
enableYES means enabled, NO disabled.

◆ setInterpreterInfo:

- (ZoomSDKError) setInterpreterInfo: (NSArray *)  arr

Set the language interpretation info.

Parameters
arrThe array of language interpretation info of set.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ setMeetingPassword:

- (void) setMeetingPassword: (NSString *)  password

Set the meeting password.

Parameters
passwordThe password of meeting.

◆ setMeetingTopic:

- (void) setMeetingTopic: (NSString *)  topic

Set the meeting topic.

Parameters
topicThe topic of meeting.

◆ setRecordType:

- (ZoomSDKError) setRecordType: (ScheduleMeetingRecordType)  type

Set the type for recording.

Parameters
typeRecording types.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ setRequirePassword:

- (void) setRequirePassword: (BOOL)  require

Set if it is required to enable the password when user joins meeting.

Parameters
requireYES means required, otherwise not.

◆ setUsePMI:

- (ZoomSDKError) setUsePMI: (BOOL)  use

Set if it is enabled to use PMI.

Parameters
userYES means enabled, NO disabled.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

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