Meeting SDK for macOS API 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. | |
Represents H.323 device information used in Zoom meetings.
Definition at line 16 of file ZoomSDKH323Helper.h.
|
protected |
Definition at line 20 of file ZoomSDKH323Helper.h.
|
protected |
Definition at line 22 of file ZoomSDKH323Helper.h.
|
protected |
Definition at line 19 of file ZoomSDKH323Helper.h.
|
protected |
Definition at line 18 of file ZoomSDKH323Helper.h.
|
protected |
Definition at line 21 of file ZoomSDKH323Helper.h.
|
readwritenonatomicretain |
Get or set the E.164 number of the H.323 device.
Definition at line 35 of file ZoomSDKH323Helper.h.
|
readwritenonatomicassign |
Get or set the encryption type used by the H.323 device.
Definition at line 43 of file ZoomSDKH323Helper.h.
|
readwritenonatomicretain |
Get or set the IP address of the H.323 device.
Definition at line 31 of file ZoomSDKH323Helper.h.
|
readwritenonatomicretain |
Get or set the name of the H.323 device.
Definition at line 27 of file ZoomSDKH323Helper.h.
|
readwritenonatomicassign |
Get or set the type of the H.323 device.
Definition at line 39 of file ZoomSDKH323Helper.h.