Mac SDK
Instance Methods | List of all members
ScheduleMeetingAudioOption Class Reference
Inheritance diagram for ScheduleMeetingAudioOption:
IMeetingAudioOption

Instance Methods

(ZoomSDKError) - setScheduleMeetingAudioType:
 Set the audio type of scheduled meeting. More...
 
(ZoomSDKError) - selectDialinCountry:
 Set an array of dialing countries to be selected. More...
 
(ZoomSDKError) - selectIncludeTollFreeNum:
 Set if the feature is selected that the toll-free numbers are included. More...
 
- Instance Methods inherited from IMeetingAudioOption
(ScheduleMeetingAudioType) - getScheduleMeetingAudioType:
 Get the audio type of the scheduled meeting. More...
 
(BOOL) - canGetDialinInfo
 Query if user can get the information of dialing in. More...
 
(NSArray *) - getAvailableDialinCountry
 Get the array of available countries where user can dial in. More...
 
(NSArray *) - getSelectedDialinCountry
 Get the selected country listed in the array. More...
 
(BOOL) - enableIncludeTollFreeNum
 Query if the toll-free numbers are enabled in the call-in number list. More...
 

Method Documentation

◆ selectDialinCountry:

- (ZoomSDKError) selectDialinCountry: (NSArray *)  array

Set an array of dialing countries to be selected.

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

◆ selectIncludeTollFreeNum:

- (ZoomSDKError) selectIncludeTollFreeNum: (BOOL)  include

Set if the feature is selected that the toll-free numbers are included.

Parameters
includeThe toll-free numbers are included.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ setScheduleMeetingAudioType:

- (ZoomSDKError) setScheduleMeetingAudioType: (ScheduleMeetingAudioType)  type

Set the audio type of scheduled meeting.

Parameters
typeThe type of audio.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

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