|
Meeting SDK for iOS API Reference
|
Room device management and configuration. More...
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... | |
Room device management and configuration.
Definition in file MobileRTCRoomDevice.h.
Enumeration of H.323/SIP encryption types.
Definition at line 23 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 11 of file MobileRTCRoomDevice.h.