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

A class that contains meeting device information. More...

#include <MobileRTCInMeetingDeviceInfo.h>

Inherits NSObject.

Properties

NSInteger index
 The index.
 
NSString *_Nullable deviceName
 The device name.
 
NSString *_Nullable meetingTopic
 The meeting topic.
 
NSUInteger meetingNumber
 The meeting number.
 
NSString *_Nullable meetingId
 The meeting ID.
 
BOOL isSupportCompanionMode
 Indicates whether this meeting supports joining in companion mode.
 

Detailed Description

A class that contains meeting device information.

Definition at line 11 of file MobileRTCInMeetingDeviceInfo.h.

Property Documentation

◆ deviceName

- (NSString* _Nullable) deviceName
readnonatomiccopy

The device name.

Definition at line 22 of file MobileRTCInMeetingDeviceInfo.h.

◆ index

- (NSInteger) index
readnonatomicassign

The index.

Deprecated
Use meetingId instead.

Definition at line 17 of file MobileRTCInMeetingDeviceInfo.h.

◆ isSupportCompanionMode

- (BOOL) isSupportCompanionMode
readwritenonatomicassign

Indicates whether this meeting supports joining in companion mode.

Definition at line 42 of file MobileRTCInMeetingDeviceInfo.h.

◆ meetingId

- (NSString* _Nullable) meetingId
readnonatomiccopy

The meeting ID.

Definition at line 37 of file MobileRTCInMeetingDeviceInfo.h.

◆ meetingNumber

- (NSUInteger) meetingNumber
readnonatomicassign

The meeting number.

Definition at line 32 of file MobileRTCInMeetingDeviceInfo.h.

◆ meetingTopic

- (NSString* _Nullable) meetingTopic
readnonatomiccopy

The meeting topic.

Definition at line 27 of file MobileRTCInMeetingDeviceInfo.h.