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

Instance Methods

(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

◆ enableAutoRecord:

- (BOOL) enableAutoRecord: (int *)  supportRecordType

Query if the feature is enabled to record meeting automatically.

Parameters
supportRecordTypeThe pointer to int. If the function calls successfully, the value of supportRecordType will be the sum of all the supported recording types.
Returns
YES means enabled the feature of auto-record, otherwise not.

◆ enableHostInChina:

- (BOOL) enableHostInChina: (BOOL *)  canModify

Query if it is able to host a meeting in China.

Parameters
canModifyThe pointer to BOOL. If the meeting supports to host a meeting in China, the value will be YES.
Returns
YES means that it is able to host a meeting in China, otherwise not.

◆ enableJBH

- (BOOL) enableJBH

Query if the feature is enabled that user can join meeting before host.

Returns
YES means enabled, otherwise not.

◆ enableLanguageInterpretation

- (BOOL) enableLanguageInterpretation

Get the language inerpretation is enable.

Returns
YES means enabled the feature of language interpretation, otherwise not.

◆ enableMeetingToPublic

- (BOOL) enableMeetingToPublic

Get the list in the public event list is enable.

Returns
YES means enabled the feature of meeting to public, otherwise not.

◆ enableMuteOnEntry

- (BOOL) enableMuteOnEntry

Query if the feature is enabled when user joins meeting with audio muted.

Returns
YES means enabled, otherwise not.

◆ enableOnlySignedUserJoin:

- (BOOL) enableOnlySignedUserJoin: (BOOL *)  canModify

Query if the feature is enabled that only signed user can join meeting.

Parameters
canModifyThe pointer to Bool. YES means that the meeting supports ONLY SIGNED USER CAN JOIN meeting.
Returns
YES means that ONLY SIGNED USER CAN JOIN meeting, otherwise not.

◆ enableRequiredPassword

- (BOOL) enableRequiredPassword

Query if the feature is enabled that the password is required when user joins meeting.

Returns
YES means enabled, otherwise not.

◆ enableSpecialDomainUserJoin:

- (BOOL) enableSpecialDomainUserJoin: (BOOL *)  canModify

Query if the feature is enabled that only the user in specified domain can join meeting.

Parameters
canModifyThe pointer to Bool. YES means that the meeting supports to allow users in special domain to join meeting.
Returns
YES means enabled the feature of only special domain user can join, otherwise not.

◆ enableUsePMI

- (BOOL) enableUsePMI

Query if the feature is enabled to use PMI to schedule meeting.

Returns
YES means enabled, otherwise not.

◆ enableWaitingRooms

- (BOOL) enableWaitingRooms

Get the waitingRooms is enable of meeting.

Returns
YES means enabled the feature of waitingRooms, otherwise not.

◆ getInterpreterInfoList

- (NSArray *) getInterpreterInfoList

Get the array of language interpretation information.

Returns
An NSArray of language interpretation.

◆ getMeetingPassword

- (NSString*) getMeetingPassword

Get the meeting password.

Returns
The meeting password.

◆ getMeetingRecordType

- (ScheduleMeetingRecordType) getMeetingRecordType

Get the recording type of meeting.

Returns
The recording type of meeting.

◆ getMeetingTopic

- (NSString*) getMeetingTopic

Get the meeting topic.

Returns
The meeting topic.

◆ getPublicEventListUrl

- (NSString *) getPublicEventListUrl

Get the URL of the public event list.

Returns
The meeting to public event URL.

◆ getScheduleForUser:

- (NSArray*) getScheduleForUser: (BOOL *)  canModify

Get the array of the user for whom the meeting is scheduled.

Parameters
canModifyThe pointer to Bool. YES means that the meeting supports to schedule meeting for others, otherwise not.
Returns
An NSArray of users for whom the meeting is scheduled.

◆ getSpecialDomains

- (NSString*) getSpecialDomains

Get the specified domains.

Returns
The specified domains.

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