|
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 |
| Gets or sets the name of the H.323 device. | |
| NSString *_Nullable | ipAddress |
| Gets or sets the IP address of the H.323 device. | |
| NSString *_Nullable | e164num |
| Gets or sets the E.164 number of the H.323 device. | |
| MobileRTCDeviceType | deviceType |
| Gets or sets the type of the H.323 device. | |
| MobileRTCDeviceEncryptType | encryptType |
| Gets or sets 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 |
Gets or sets the name of the H.323 device.
Definition at line 41 of file MobileRTCRoomDevice.h.
|
readwritenonatomicassign |
Gets or sets the type of the H.323 device.
Definition at line 56 of file MobileRTCRoomDevice.h.
|
readwritenonatomiccopy |
Gets or sets the E.164 number of the H.323 device.
Definition at line 51 of file MobileRTCRoomDevice.h.
|
readwritenonatomicassign |
Gets or sets the encryption type used by the H.323 device.
Definition at line 61 of file MobileRTCRoomDevice.h.
|
readwritenonatomiccopy |
Gets or sets the IP address of the H.323 device.
Definition at line 46 of file MobileRTCRoomDevice.h.