iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCRoomDevice.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  MobileRTCRoomDevice
 

Enumerations

enum  MobileRTCDeviceType { MobileRTCDeviceType_H323 = 1 , MobileRTCDeviceType_SIP , MobileRTCDeviceType_Both }
 MobileRTCDeviceType Enumeration of room device types. More...
 
enum  MobileRTCDeviceEncryptType { MobileRTCDeviceEncryptType_None = 0 , MobileRTCDeviceEncryptType_Encrypt , MobileRTCDeviceEncryptType_Auto }
 MobileRTCDeviceEncryptType Enumeration of H.323/SIP encryption types. More...
 

Enumeration Type Documentation

◆ MobileRTCDeviceEncryptType

MobileRTCDeviceEncryptType Enumeration of H.323/SIP encryption types.

Enumerator
MobileRTCDeviceEncryptType_None 

Meeting room system is not encrypted.

MobileRTCDeviceEncryptType_Encrypt 

Meeting room system is encrypted.

MobileRTCDeviceEncryptType_Auto 

Meeting room system is encrypted automatically.

Definition at line 26 of file MobileRTCRoomDevice.h.

26 {
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

MobileRTCDeviceType Enumeration of room device types.

Enumerator
MobileRTCDeviceType_H323 

H.323 Device.

MobileRTCDeviceType_SIP 

SIP Device.

MobileRTCDeviceType_Both 

Both.

Definition at line 14 of file MobileRTCRoomDevice.h.

14 {
MobileRTCDeviceType
MobileRTCDeviceType Enumeration of room device types.
@ MobileRTCDeviceType_SIP
SIP Device.
@ MobileRTCDeviceType_H323
H.323 Device.
@ MobileRTCDeviceType_Both
Both.