|
Video SDK for MacOS API Reference
|
Provides methods for managing phone-related session features such as dial-in and phone invites. More...
#include <ZMVideoSDKPhoneHelper.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isSupportPhoneFeature |
| Determine if the session supports join by phone or not. | |
| (NSArray< ZMVideoSDKPhoneSupportCountryInfo * > *_Nullable) | - getSupportCountryInfo |
| Get the list of the country information where the session supports to join by telephone. | |
| (ZMVideoSDKErrors) | - inviteByPhone:phoneNumber:name: |
| Invite the specified user to join the session by phone. | |
| (ZMVideoSDKErrors) | - invitePhoneUser: |
| Invite the specified user to join the session by phone. | |
| (ZMVideoSDKErrors) | - cancelInviteByPhone |
| Cancel the invitation that is being called out by phone. | |
| (ZMPhoneStatus) | - getInviteByPhoneStatus |
| Get the status of the invitation by phone. | |
| (NSArray< ZMVideoSDKDialInNumberInfo * > *_Nullable) | - getSessionDialInNumbers |
| Get the list of dial in numbers supported by session. | |
Provides methods for managing phone-related session features such as dial-in and phone invites.
Definition at line 94 of file ZMVideoSDKPhoneHelper.h.
| - (ZMVideoSDKErrors) cancelInviteByPhone |
Cancel the invitation that is being called out by phone.
| - (ZMPhoneStatus) getInviteByPhoneStatus |
Get the status of the invitation by phone.
| - (NSArray< ZMVideoSDKDialInNumberInfo * > *_Nullable) getSessionDialInNumbers |
Get the list of dial in numbers supported by session.
| - (NSArray< ZMVideoSDKPhoneSupportCountryInfo * > *_Nullable) getSupportCountryInfo |
Get the list of the country information where the session supports to join by telephone.
| - (ZMVideoSDKErrors) inviteByPhone: | (NSString *) | countryCode | |
| phoneNumber: | (NSString *) | phoneNumber | |
| name: | (NSString *) | name |
Invite the specified user to join the session by phone.
| 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. |
ZMVideoSDKErrors_Success, otherwise not. | - (ZMVideoSDKErrors) invitePhoneUser: | (ZMVideoSDKInvitePhoneUserInfo *) | inviteInfo |
Invite the specified user to join the session by phone.
| inviteInfo | The info for invite by phone. |
| - (BOOL) isSupportPhoneFeature |
Determine if the session supports join by phone or not.