6#import <Foundation/Foundation.h>
41@property (nonatomic, copy) NSString * _Nullable
deviceName;
46@property (nonatomic, copy) NSString * _Nullable
ipAddress;
51@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
Gets or sets the name of the H.323 device.
MobileRTCDeviceType deviceType
Gets or sets the type 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.
MobileRTCDeviceEncryptType encryptType
Gets or sets the encryption type used by the H.323 device.