Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCInMeetingDeviceInfo.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
11@interface MobileRTCInMeetingDeviceInfo : NSObject
16@property(nonatomic, assign, readonly) NSInteger index DEPRECATED_MSG_ATTRIBUTE("Please use meetingId instead");
20@property(nonatomic, copy, readonly) NSString * _Nullable deviceName;
24@property(nonatomic, copy, readonly) NSString * _Nullable meetingTopic;
28@property(nonatomic, assign, readonly) NSUInteger meetingNumber;
32@property(nonatomic, copy, readonly) NSString * _Nullable meetingId;
36@property(nonatomic, assign) BOOL isSupportCompanionMode;
37
38@end
Information of meeting device info.
NSString *_Nullable deviceName
Device name.
NSString *_Nullable meetingTopic
Meeting topic.
BOOL isSupportCompanionMode
This meeting support joining in companion mode.
NSString *_Nullable meetingId
Meeting id.