Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
H323DeviceInfo Class Reference

Represents H.323 device information used in Zoom meetings. More...

#include <ZoomSDKH323Helper.h>

Inherits NSObject.

Protected Attributes

NSString * _name
 
NSString * _ip
 
NSString * _e164num
 
H323DeviceType _type
 
EncryptType _encryptType
 

Properties

NSString * name
 Get or set the name of the H.323 device.
 
NSString * ip
 Get or set the IP address of the H.323 device.
 
NSString * e164num
 Get or set the E.164 number of the H.323 device.
 
H323DeviceType type
 Get or set the type of the H.323 device.
 
EncryptType encryptType
 Get or set the encryption type used by the H.323 device.
 

Detailed Description

Represents H.323 device information used in Zoom meetings.

Definition at line 16 of file ZoomSDKH323Helper.h.

Field Documentation

◆ _e164num

- (NSString*) _e164num
protected

Definition at line 20 of file ZoomSDKH323Helper.h.

◆ _encryptType

- (EncryptType) _encryptType
protected

Definition at line 22 of file ZoomSDKH323Helper.h.

◆ _ip

- (NSString*) _ip
protected

Definition at line 19 of file ZoomSDKH323Helper.h.

◆ _name

- (NSString*) _name
protected

Definition at line 18 of file ZoomSDKH323Helper.h.

◆ _type

- (H323DeviceType) _type
protected

Definition at line 21 of file ZoomSDKH323Helper.h.

Property Documentation

◆ e164num

- (NSString*) e164num
readwritenonatomicretain

Get or set the E.164 number of the H.323 device.

Definition at line 35 of file ZoomSDKH323Helper.h.

◆ encryptType

- (EncryptType) encryptType
readwritenonatomicassign

Get or set the encryption type used by the H.323 device.

Definition at line 43 of file ZoomSDKH323Helper.h.

◆ ip

- (NSString*) ip
readwritenonatomicretain

Get or set the IP address of the H.323 device.

Definition at line 31 of file ZoomSDKH323Helper.h.

◆ name

- (NSString*) name
readwritenonatomicretain

Get or set the name of the H.323 device.

Definition at line 27 of file ZoomSDKH323Helper.h.

◆ type

- (H323DeviceType) type
readwritenonatomicassign

Get or set the type of the H.323 device.

Definition at line 39 of file ZoomSDKH323Helper.h.