9#import <Foundation/Foundation.h>
44@property (nonatomic, copy) NSString * _Nullable
deviceName;
48@property (nonatomic, copy) NSString * _Nullable
ipAddress;
52@property (nonatomic, copy) NSString * _Nullable
e164num;
MobileRTCDeviceType
Enumeration of room device types.
@ MobileRTCDeviceType_SIP
@ MobileRTCDeviceType_H323
@ MobileRTCDeviceType_Both
MobileRTCDeviceEncryptType
Enumeration of H.323/SIP encryption types.
@ MobileRTCDeviceEncryptType_Encrypt
@ MobileRTCDeviceEncryptType_Auto
@ MobileRTCDeviceEncryptType_None
Represents H.323 device information used in Zoom meetings.
NSString *_Nullable deviceName
Get or set the name of the H.323 device.
MobileRTCDeviceType deviceType
Get or set the type 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.
MobileRTCDeviceEncryptType encryptType
Get or set the encryption type used by the H.323 device.