|
Video SDK for iOS API Reference
|
Provides methods for managing phone-related session features such as dial-in and phone invites. More...
#include <ZoomVideoSDKPhoneHelper.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isSupportPhoneFeature |
| Determines whether the session supports join by phone. | |
| (NSArray< ZoomVideoSDKPhoneSupportCountryInfo * > *_Nullable) | - getSupportCountryInfo |
| Gets the list of country information where the session supports join by telephone. | |
| (ZoomVideoSDKError) | - inviteByPhone:phoneNumber:name: |
| Invites the specified user to join the session by call out. | |
| (ZoomVideoSDKError) | - invitePhoneUser: |
| Invites the specified user to join the session by call out. | |
| (ZoomVideoSDKError) | - cancelInviteByPhone |
| Cancels the invitation that is being called out by phone. | |
| (ZoomVideoSDKPhoneStatus) | - getInviteByPhoneStatus |
| Gets the status of the invitation by phone. | |
| (NSArray< ZoomVideoSDKDialInNumberInfo * > *_Nullable) | - getSessionDialInNumbers |
| Gets the video SDK dial in number information list. | |
Provides methods for managing phone-related session features such as dial-in and phone invites.
Definition at line 100 of file ZoomVideoSDKPhoneHelper.h.
| - (ZoomVideoSDKError) cancelInviteByPhone |
Cancels the invitation that is being called out by phone.
| - (ZoomVideoSDKPhoneStatus) getInviteByPhoneStatus |
Gets the status of the invitation by phone.
| - (NSArray< ZoomVideoSDKDialInNumberInfo * > *_Nullable) getSessionDialInNumbers |
Gets the video SDK dial in number information list.
| - (NSArray< ZoomVideoSDKPhoneSupportCountryInfo * > *_Nullable) getSupportCountryInfo |
Gets the list of country information where the session supports join by telephone.
| - (ZoomVideoSDKError) inviteByPhone: | (NSString *_Nonnull) | countryCode | |
| phoneNumber: | (NSString *_Nonnull) | phoneNumber | |
| name: | (NSString *_Nonnull) | name |
Invites the specified user to join the session by call out.
| countryCode | The country code of the specified user. Must be in the support list. |
| phoneNumber | The phone number of the specified user. |
| name | The screen name of the specified user in the session. |
| - (ZoomVideoSDKError) invitePhoneUser: | (ZoomVideoSDKInvitePhoneUserInfo *_Nullable) | inviteInfo |
Invites the specified user to join the session by call out.
| inviteInfo | The invite action information. |
| - (BOOL) isSupportPhoneFeature |
Determines whether the session supports join by phone.