Meeting SDK for iOS 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
 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 Type Documentation

◆ 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
Enumeration of H.323/SIP encryption types.
@ MobileRTCDeviceEncryptType_Encrypt
@ MobileRTCDeviceEncryptType_Auto
@ MobileRTCDeviceEncryptType_None

◆ 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.

14 {
MobileRTCDeviceType
Enumeration of room device types.
@ MobileRTCDeviceType_SIP
@ MobileRTCDeviceType_H323
@ MobileRTCDeviceType_Both