Video SDK for iOS API Reference
Loading...
Searching...
No Matches
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 32 of file ZoomVideoSDKPhoneHelper.h.

Property Documentation

◆ countryCode

- (NSString* _Nullable) countryCode
readwritenonatomiccopy

The country code.

Definition at line 40 of file ZoomVideoSDKPhoneHelper.h.

◆ countryID

- (NSString* _Nullable) countryID
readwritenonatomiccopy

The country ID.

Definition at line 36 of file ZoomVideoSDKPhoneHelper.h.

◆ countryName

- (NSString* _Nullable) countryName
readwritenonatomiccopy

The country name.

Definition at line 44 of file ZoomVideoSDKPhoneHelper.h.

◆ displayNumber

- (NSString* _Nullable) displayNumber
readwritenonatomiccopy

Dial in number format string for display.

Definition at line 52 of file ZoomVideoSDKPhoneHelper.h.

◆ number

- (NSString* _Nullable) number
readwritenonatomiccopy

Dial in number.

Definition at line 48 of file ZoomVideoSDKPhoneHelper.h.

◆ type

- (ZoomVideoSDKDialInNumType) type
readwritenonatomicassign

Dial in number type.

Definition at line 56 of file ZoomVideoSDKPhoneHelper.h.