Video SDK for iOS API Reference
|
#include <ZoomVideoSDKPhoneHelper.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - isSupportPhoneFeature |
Determine if the session supports join by phone or not. | |
(NSArray< ZoomVideoSDKPhoneSupportCountryInfo * > *_Nullable) | - getSupportCountryInfo |
Get the list of the country information where the session supports to join by telephone. | |
(ZoomVideoSDKError) | - inviteByPhone:phoneNumber:name: |
Invite the specified user to join the session by call out. | |
(ZoomVideoSDKError) | - invitePhoneUser: |
Invite the specified user to join the session by call out. | |
(ZoomVideoSDKError) | - cancelInviteByPhone |
Cancel the invitation that is being called out by phone. | |
(ZoomVideoSDKPhoneStatus) | - getInviteByPhoneStatus |
Get the status of the invitation by phone. | |
(NSArray< ZoomVideoSDKDialInNumberInfo * > *_Nullable) | - getSessionDialInNumbers |
Get video sdk dial in number information list. | |
Definition at line 95 of file ZoomVideoSDKPhoneHelper.h.
- (ZoomVideoSDKError) cancelInviteByPhone |
Cancel the invitation that is being called out by phone.
- (ZoomVideoSDKPhoneStatus) getInviteByPhoneStatus |
Get the status of the invitation by phone.
- (NSArray< ZoomVideoSDKDialInNumberInfo * > *_Nullable) getSessionDialInNumbers |
Get video sdk dial in number information list.
- (NSArray< ZoomVideoSDKPhoneSupportCountryInfo * > *_Nullable) getSupportCountryInfo |
Get the list of the country information where the session supports to join by telephone.
- (ZoomVideoSDKError) inviteByPhone: | (NSString *_Nonnull) | countryCode | |
phoneNumber: | (NSString *_Nonnull) | phoneNumber | |
name: | (NSString *_Nonnull) | name |
Invite 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 specified user. |
name | The screen name of the specified user in the session. |
- (ZoomVideoSDKError) invitePhoneUser: | (ZoomVideoSDKInvitePhoneUserInfo *_Nullable) | inviteInfo |
Invite the specified user to join the session by call out.
inviteInfo | The invite action's informations. |
- (BOOL) isSupportPhoneFeature |
Determine if the session supports join by phone or not.