Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKDialInNumberInfo Class Reference

Represents dial-in number information for a specific country. More...

#include <ZMVideoSDKPhoneHelper.h>

Inherits NSObject.

Properties

NSString * countryID
 The country ID of the current information.
 
NSString * countryCode
 The country code of the current information.
 
NSString * countryName
 The country name of the current information.
 
NSString * number
 The country number.
 
NSString * displayNumber
 The display number.
 
ZMVideoSDKDialInNumType type
 The type of dial in number.
 

Detailed Description

Represents dial-in number information for a specific country.

Definition at line 14 of file ZMVideoSDKPhoneHelper.h.

Property Documentation

◆ countryCode

- (NSString*) countryCode
readnonatomiccopy

The country code of the current information.

Definition at line 22 of file ZMVideoSDKPhoneHelper.h.

◆ countryID

- (NSString*) countryID
readnonatomiccopy

The country ID of the current information.

Definition at line 18 of file ZMVideoSDKPhoneHelper.h.

◆ countryName

- (NSString*) countryName
readnonatomiccopy

The country name of the current information.

Definition at line 26 of file ZMVideoSDKPhoneHelper.h.

◆ displayNumber

- (NSString*) displayNumber
readnonatomiccopy

The display number.

Definition at line 34 of file ZMVideoSDKPhoneHelper.h.

◆ number

- (NSString*) number
readnonatomiccopy

The country number.

Definition at line 30 of file ZMVideoSDKPhoneHelper.h.

◆ type

- (ZMVideoSDKDialInNumType) type
readnonatomicassign

The type of dial in number.

Definition at line 38 of file ZMVideoSDKPhoneHelper.h.