Meeting SDK for iOS API Reference
|
Represents H.323 device information used in Zoom meetings. More...
#include <MobileRTCRoomDevice.h>
Inherits NSObject.
Properties | |
NSString *_Nullable | deviceName |
Get or set the name of the H.323 device. | |
NSString *_Nullable | ipAddress |
Get or set the IP address of the H.323 device. | |
NSString *_Nullable | e164num |
Get or set the E.164 number of the H.323 device. | |
MobileRTCDeviceType | deviceType |
Get or set the type of the H.323 device. | |
MobileRTCDeviceEncryptType | 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 36 of file MobileRTCRoomDevice.h.
|
readwritenonatomiccopy |
Get or set the name of the H.323 device.
Definition at line 41 of file MobileRTCRoomDevice.h.
|
readwritenonatomicassign |
Get or set the type of the H.323 device.
Definition at line 53 of file MobileRTCRoomDevice.h.
|
readwritenonatomiccopy |
Get or set the E.164 number of the H.323 device.
Definition at line 49 of file MobileRTCRoomDevice.h.
|
readwritenonatomicassign |
Get or set the encryption type used by the H.323 device.
Definition at line 57 of file MobileRTCRoomDevice.h.
|
readwritenonatomiccopy |
Get or set the IP address of the H.323 device.
Definition at line 45 of file MobileRTCRoomDevice.h.