zoom video sdk phone helper interface.  
 More...
#include <zoom_video_sdk_phone_helper_interface.h>
zoom video sdk phone helper interface. 
Definition at line 186 of file zoom_video_sdk_phone_helper_interface.h.
 
◆ cancelInviteByPhone()
Cancel the invitation that is being invited by phone. 
- Returns
 - If the function succeeds, the return value is SDKErr_Success. Otherwise failed. 
 
 
 
◆ getInviteByPhoneStatus()
  
  
      
        
          | virtual PhoneStatus IZoomVideoSDKPhoneHelper::getInviteByPhoneStatus  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Get the status of the invitation by phone. 
- Returns
 - If the function succeeds, the method returns the PhoneStatus of the invitation by phone. 
 
 
 
◆ getSessionDialInNumbers()
Get the list of dial in numbers supported by session. 
- Returns
 - If the function succeeds, the return value is the list of the dial-in numbers. Otherwise failed. 
 
 
 
◆ getSupportCountryInfo()
Get the list of the country information where the session supports to join by telephone. 
- Returns
 - List of the country information returns if the session supports to join by telephone. Otherwise nullptr. 
 
 
 
◆ inviteByPhone()
Invite the specified user to join the session by call out. 
- Parameters
 - 
  
    | countryCode | The country code of the specified user must be in the support list.  | 
    | phoneNumber | The phone number of specified user.  | 
    | name | The screen name of the specified user in the session.  | 
  
   
- Returns
 - If the function succeeds, the return value is SDKErr_Success. Otherwise failed. 
 
- Deprecated
 - This interface is marked as deprecated, and is replaced by invitePhoneUser(const InvitePhoneUserInfo& inviteInfo). 
 
 
 
◆ invitePhoneUser()
Invite the specified user to join the session by call out. 
- Parameters
 - 
  
    | inviteInfo | The info for invite by phone.  | 
  
   
- Returns
 - If the function succeeds, the return value is SDKErr_Success. Otherwise failed. 
 
 
 
◆ isSupportPhoneFeature()
  
  
      
        
          | virtual bool IZoomVideoSDKPhoneHelper::isSupportPhoneFeature  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Determine if the session supports join by phone or not. 
- Returns
 - True indicates join by phone is supported, otherwise false.