Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCRoomDevice Class Reference

Represents H.323 device information used in Zoom meetings. More...

#include <MobileRTCRoomDevice.h>

Inherits NSObject.

Properties

NSString *_Nullable deviceName
 Get or set the name of the H.323 device.
 
NSString *_Nullable ipAddress
 Get or set the IP address of the H.323 device.
 
NSString *_Nullable e164num
 Get or set the E.164 number of the H.323 device.
 
MobileRTCDeviceType deviceType
 Get or set the type of the H.323 device.
 
MobileRTCDeviceEncryptType encryptType
 Get or set the encryption type used by the H.323 device.
 

Detailed Description

Represents H.323 device information used in Zoom meetings.

Definition at line 36 of file MobileRTCRoomDevice.h.

Property Documentation

◆ deviceName

- (NSString* _Nullable) deviceName
readwritenonatomiccopy

Get or set the name of the H.323 device.

Definition at line 41 of file MobileRTCRoomDevice.h.

◆ deviceType

- (MobileRTCDeviceType) deviceType
readwritenonatomicassign

Get or set the type of the H.323 device.

Definition at line 53 of file MobileRTCRoomDevice.h.

◆ e164num

- (NSString* _Nullable) e164num
readwritenonatomiccopy

Get or set the E.164 number of the H.323 device.

Definition at line 49 of file MobileRTCRoomDevice.h.

◆ encryptType

- (MobileRTCDeviceEncryptType) encryptType
readwritenonatomicassign

Get or set the encryption type used by the H.323 device.

Definition at line 57 of file MobileRTCRoomDevice.h.

◆ ipAddress

- (NSString* _Nullable) ipAddress
readwritenonatomiccopy

Get or set the IP address of the H.323 device.

Definition at line 45 of file MobileRTCRoomDevice.h.