|
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 |
| Determines if the session supports join by phone or not. | |
| (NSArray< ZMVideoSDKPhoneSupportCountryInfo * > *_Nullable) | - getSupportCountryInfo |
| Gets the country information list 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 |
| Cancels the invitation that is being called out by phone. | |
| (ZMPhoneStatus) | - getInviteByPhoneStatus |
| Gets the phone invitation's status. | |
| (NSArray< ZMVideoSDKDialInNumberInfo * > *_Nullable) | - getSessionDialInNumbers |
| Gets the dial in number list supported by session. | |
Provides methods for managing phone-related session features such as dial-in and phone invites.
Definition at line 98 of file ZMVideoSDKPhoneHelper.h.
| - (ZMVideoSDKErrors) cancelInviteByPhone |
Cancels the invitation that is being called out by phone.
| - (ZMPhoneStatus) getInviteByPhoneStatus |
Gets the phone invitation's status.
| - (NSArray< ZMVideoSDKDialInNumberInfo * > *_Nullable) getSessionDialInNumbers |
Gets the dial in number list supported by session.
| - (NSArray< ZMVideoSDKPhoneSupportCountryInfo * > *_Nullable) getSupportCountryInfo |
Gets the country information list 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 specified's screen name in the session. |
ZMVideoSDKErrors_Success. Otherwise, this function returns an error. | - (ZMVideoSDKErrors) invitePhoneUser: | (ZMVideoSDKInvitePhoneUserInfo *) | inviteInfo |
Invite the specified user to join the session by phone.
| inviteInfo | The info for invite by phone. |
| - (BOOL) isSupportPhoneFeature |
Determines if the session supports join by phone or not.