iOS SDK 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 Video Communications on 2017/2/27.
6// Copyright © 2019年 Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
14typedef enum {
22
26typedef enum {
34
35@interface MobileRTCRoomDevice : NSObject
36
37@property (nonatomic, copy) NSString *deviceName;
38@property (nonatomic, copy) NSString *ipAddress;
39@property (nonatomic, copy) NSString *e164num;
40@property (nonatomic, assign) MobileRTCDeviceType deviceType;
41@property (nonatomic, assign) MobileRTCDeviceEncryptType encryptType;
42
43@end
MobileRTCDeviceType
MobileRTCDeviceType Enumeration of room device types.
@ MobileRTCDeviceType_SIP
SIP Device.
@ MobileRTCDeviceType_H323
H.323 Device.
@ MobileRTCDeviceType_Both
Both.
MobileRTCDeviceEncryptType
MobileRTCDeviceEncryptType Enumeration of H.323/SIP encryption types.
@ MobileRTCDeviceEncryptType_Encrypt
Meeting room system is encrypted.
@ MobileRTCDeviceEncryptType_Auto
Meeting room system is encrypted automatically.
@ MobileRTCDeviceEncryptType_None
Meeting room system is not encrypted.
MobileRTCDeviceType deviceType
MobileRTCDeviceEncryptType encryptType