Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCRoomDevice.h
Go to the documentation of this file.
1//
2// MobileRTCRoomDevice.h
3// MobileRTC
4//
5// Created by Zoom Communications on 2017/2/27.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
22
34
39@interface MobileRTCRoomDevice : NSObject
40
44@property (nonatomic, copy) NSString * _Nullable deviceName;
48@property (nonatomic, copy) NSString * _Nullable ipAddress;
52@property (nonatomic, copy) NSString * _Nullable e164num;
56@property (nonatomic, assign) MobileRTCDeviceType deviceType;
60@property (nonatomic, assign) MobileRTCDeviceEncryptType encryptType;
61
62@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.