7#import <Foundation/Foundation.h>
18@property (nonatomic, copy, readonly) NSString*
countryID;
30@property (nonatomic, copy, readonly) NSString*
number;
54@property (nonatomic, copy, readonly) NSString*
countryID;
82@property (nonatomic, copy, nullable) NSString*
name;
119- (
ZMVideoSDKErrors)inviteByPhone:(NSString*)countryCode phoneNumber:(NSString*)phoneNumber name:(NSString*)name DEPRECATED_MSG_ATTRIBUTE("Use -invitePhoneUser: instead");
ZMVideoSDKErrors
Enumerates all errors in the VideoSDK.
ZMPhoneStatus
Enumerates the statuses of a phone call.
ZMVideoSDKDialInNumType
Enumeration of the number types for calling to join the audio into a meeting.
Represents dial-in number information for a specific country.
NSString * countryCode
The current's country code information.
BOOL isDedicateID
Is the dial number an account dedicated number.
NSString * displayNumber
The display number.
ZMVideoSDKDialInNumType type
The type of dial in number.
NSString * countryID
The current's country ID information.
NSString * number
The country number.
NSString * countryName
The current's country name information.
Represents the information used when inviting a user to join the session via phone.
NSString * phoneNumber
The phone number of specified user.
NSString * countryCode
The specified's country code user must be in the support list.
BOOL bPressOne
YES if need press number one to agree to join the session, NO otherwise.
BOOL bGreeting
YES if joining the session, play a greeting prompt tone. NO Otherwise.
NSString * name
The specified's screen name user in the session.
Provides methods for managing phone-related session features such as dial-in and phone invites.
NSArray< ZMVideoSDKPhoneSupportCountryInfo * > *_Nullable getSupportCountryInfo()
Gets the country information list where the session supports to join by telephone.
BOOL isSupportPhoneFeature()
Determines if the session supports join by phone or not.
ZMPhoneStatus getInviteByPhoneStatus()
Gets the phone invitation's status.
ZMVideoSDKErrors cancelInviteByPhone()
Cancels the invitation that is being called out by phone.
NSArray< ZMVideoSDKDialInNumberInfo * > *_Nullable getSessionDialInNumbers()
Gets the dial in number list supported by session.
Contains information about a country where phone features are supported.
NSString * countryID
The current's country ID information.
NSString * countryName
The current's country name information.
NSString * countryCode
The current's country code information.