iOS SDK API 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... | |
MobileRTCDeviceEncryptType Enumeration of H.323/SIP encryption types.
Definition at line 26 of file MobileRTCRoomDevice.h.
enum 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.