Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCRoomDevice.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7
19
31
36@interface MobileRTCRoomDevice : NSObject
37
41@property (nonatomic, copy) NSString * _Nullable deviceName;
45@property (nonatomic, copy) NSString * _Nullable ipAddress;
49@property (nonatomic, copy) NSString * _Nullable e164num;
53@property (nonatomic, assign) MobileRTCDeviceType deviceType;
57@property (nonatomic, assign) MobileRTCDeviceEncryptType encryptType;
58
59@end
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.