◆ enableAutoRecord:
| - (BOOL) enableAutoRecord: |
|
(int *) |
supportRecordType |
|
Query if the feature is enabled to record meeting automatically.
- Parameters
-
| supportRecordType | The 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
-
| canModify | The 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
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
-
| canModify | The 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
-
| canModify | The 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
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
-
| canModify | The 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: