Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKDialInNumberInfo Class Reference

For dial in number information. More...

#include <ZoomVideoSDKPhoneHelper.h>

Inherits NSObject.

Properties

NSString *_Nullable countryID
 The country ID.
 
NSString *_Nullable countryCode
 The country code.
 
NSString *_Nullable countryName
 The country name.
 
NSString *_Nullable number
 Dial in number.
 
NSString *_Nullable displayNumber
 Dial in number format string for display.
 
ZoomVideoSDKDialInNumType type
 Dial in number type.
 

Detailed Description

For dial in number information.

Definition at line 35 of file ZoomVideoSDKPhoneHelper.h.

Property Documentation

◆ countryCode

- (NSString* _Nullable) countryCode
readwritenonatomiccopy

The country code.

Definition at line 43 of file ZoomVideoSDKPhoneHelper.h.

◆ countryID

- (NSString* _Nullable) countryID
readwritenonatomiccopy

The country ID.

Definition at line 39 of file ZoomVideoSDKPhoneHelper.h.

◆ countryName

- (NSString* _Nullable) countryName
readwritenonatomiccopy

The country name.

Definition at line 47 of file ZoomVideoSDKPhoneHelper.h.

◆ displayNumber

- (NSString* _Nullable) displayNumber
readwritenonatomiccopy

Dial in number format string for display.

Definition at line 55 of file ZoomVideoSDKPhoneHelper.h.

◆ number

- (NSString* _Nullable) number
readwritenonatomiccopy

Dial in number.

Definition at line 51 of file ZoomVideoSDKPhoneHelper.h.

◆ type

- (ZoomVideoSDKDialInNumType) type
readwritenonatomicassign

Dial in number type.

Definition at line 59 of file ZoomVideoSDKPhoneHelper.h.