The interface to set the meeting telephony numbers information.
More...
#include <premeeting_service_interface.h>
The interface to set the meeting telephony numbers information.
◆ EnableIncludeTollFree()
virtual SDKError ISelectMeetingItemTelAudioHelper::EnableIncludeTollFree |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Set if the toll-free numbers are enabled in the call-in number list.
- Parameters
-
bEnable | TRUE indicates to enable.
|
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ RemoveDefaultDialInCountry()
virtual SDKError ISelectMeetingItemTelAudioHelper::RemoveDefaultDialInCountry |
( |
const wchar_t * |
countryId | ) |
|
|
pure virtual |
Remove the telephone number in the default call-in number via specified country ID.
- Parameters
-
countryId | The ID of the specified country. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SelectDefaultDialInCountry()
virtual SDKError ISelectMeetingItemTelAudioHelper::SelectDefaultDialInCountry |
( |
const wchar_t * |
countryId | ) |
|
|
pure virtual |
Select the telephone number via specified country ID as the default call-in number.
- Parameters
-
countryId | The ID of the specified country. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
The documentation for this class was generated from the following file: