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

#import <MobileRTCRoomDevice.h>

Inherits NSObject.

Properties

NSString *_Nullable deviceName
 
NSString *_Nullable ipAddress
 
NSString *_Nullable e164num
 
MobileRTCDeviceType deviceType
 
MobileRTCDeviceEncryptType encryptType
 

Detailed Description

Definition at line 35 of file MobileRTCRoomDevice.h.

Property Documentation

◆ deviceName

- (NSString* _Nullable) deviceName
readwritenonatomiccopy

Definition at line 37 of file MobileRTCRoomDevice.h.

◆ deviceType

- (MobileRTCDeviceType) deviceType
readwritenonatomicassign

Definition at line 40 of file MobileRTCRoomDevice.h.

◆ e164num

- (NSString* _Nullable) e164num
readwritenonatomiccopy

Definition at line 39 of file MobileRTCRoomDevice.h.

◆ encryptType

- (MobileRTCDeviceEncryptType) encryptType
readwritenonatomicassign

Definition at line 41 of file MobileRTCRoomDevice.h.

◆ ipAddress

- (NSString* _Nullable) ipAddress
readwritenonatomiccopy

Definition at line 38 of file MobileRTCRoomDevice.h.