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;
42
46@property (nonatomic, copy) NSString * _Nullable ipAddress;
47
51@property (nonatomic, copy) NSString * _Nullable e164num;
52
56@property (nonatomic, assign) MobileRTCDeviceType deviceType;
57
61@property (nonatomic, assign) MobileRTCDeviceEncryptType encryptType;
62
63@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
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.