7#import <Foundation/Foundation.h>
18@property (nonatomic, copy, readonly) NSString*
countryID;
30@property (nonatomic, copy, readonly) NSString*
number;
50@property (nonatomic, copy, readonly) NSString* countryID;
54@property (nonatomic, copy, readonly) NSString* countryName;
58@property (nonatomic, copy, readonly) NSString* countryCode;
70@property (nonatomic, copy, nullable) NSString* countryCode;
74@property (nonatomic, copy, nullable) NSString* phoneNumber;
78@property (nonatomic, copy, nullable) NSString* name;
82@property (nonatomic, assign) BOOL bPressOne;
86@property (nonatomic, assign) BOOL bGreeting;
99- (BOOL)isSupportPhoneFeature;
115- (
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 country code of the current information.
NSString * displayNumber
The display number.
ZMVideoSDKDialInNumType type
The type of dial in number.
NSString * countryID
The country ID of the current information.
NSString * number
The country number.
NSString * countryName
The country name of the current information.
Represents the information used when inviting a user to join the session via phone.
Provides methods for managing phone-related session features such as dial-in and phone invites.
Contains information about a country where phone features are supported.