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

#import <MobileRTCRoomDevice.h>

Inherits NSObject.

Properties

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

Detailed Description

Definition at line 35 of file MobileRTCRoomDevice.h.

Property Documentation

◆ deviceName

- (NSString*) deviceName
readwritenonatomiccopy

Definition at line 37 of file MobileRTCRoomDevice.h.

◆ deviceType

- (MobileRTCDeviceType) deviceType
readwritenonatomicassign

Definition at line 40 of file MobileRTCRoomDevice.h.

◆ e164num

- (NSString*) e164num
readwritenonatomiccopy

Definition at line 39 of file MobileRTCRoomDevice.h.

◆ encryptType

- (MobileRTCDeviceEncryptType) encryptType
readwritenonatomicassign

Definition at line 41 of file MobileRTCRoomDevice.h.

◆ ipAddress

- (NSString*) ipAddress
readwritenonatomiccopy

Definition at line 38 of file MobileRTCRoomDevice.h.