Meeting SDK for iOS API Reference
|
import <Foundation/Foundation.h>
Go to the source code of this file.
Classes | |
class | MobileRTCRoomDevice |
Represents H.323 device information used in Zoom meetings. More... | |
Enumerations | |
enum | MobileRTCDeviceType { MobileRTCDeviceType_H323 = 1 , MobileRTCDeviceType_SIP , MobileRTCDeviceType_Both } |
Enumeration of room device types. More... | |
enum | MobileRTCDeviceEncryptType { MobileRTCDeviceEncryptType_None = 0 , MobileRTCDeviceEncryptType_Encrypt , MobileRTCDeviceEncryptType_Auto } |
Enumeration of H.323/SIP encryption types. More... | |
Enumeration of H.323/SIP encryption types.
Definition at line 26 of file MobileRTCRoomDevice.h.
enum MobileRTCDeviceType |
Enumeration of room device types.
Enumerator | |
---|---|
MobileRTCDeviceType_H323 | H.323 device. |
MobileRTCDeviceType_SIP | SIP device. |
MobileRTCDeviceType_Both | Both H.323 and SIP device. |
Definition at line 14 of file MobileRTCRoomDevice.h.