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 39 of file MobileRTCRoomDevice.h.
|
readwritenonatomiccopy |
Get or set the name of the H.323 device.
Definition at line 44 of file MobileRTCRoomDevice.h.
|
readwritenonatomicassign |
Get or set the type of the H.323 device.
Definition at line 56 of file MobileRTCRoomDevice.h.
|
readwritenonatomiccopy |
Get or set the E.164 number of the H.323 device.
Definition at line 52 of file MobileRTCRoomDevice.h.
|
readwritenonatomicassign |
Get or set the encryption type used by the H.323 device.
Definition at line 60 of file MobileRTCRoomDevice.h.
|
readwritenonatomiccopy |
Get or set the IP address of the H.323 device.
Definition at line 48 of file MobileRTCRoomDevice.h.