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
12
17@property(nonatomic, assign, readonly) NSInteger index DEPRECATED_MSG_ATTRIBUTE("Please use meetingId instead");
18
22@property(nonatomic, copy, readonly) NSString * _Nullable deviceName;
23
27@property(nonatomic, copy, readonly) NSString * _Nullable meetingTopic;
28
32@property(nonatomic, assign, readonly) NSUInteger meetingNumber;
33
37@property(nonatomic, copy, readonly) NSString * _Nullable meetingId;
38
42@property(nonatomic, assign) BOOL isSupportCompanionMode;
43
44@end
A class that contains meeting device information.
NSString *_Nullable deviceName
The device name.
NSString *_Nullable meetingTopic
The meeting topic.
BOOL isSupportCompanionMode
Indicates whether this meeting supports joining in companion mode.
NSUInteger meetingNumber
The meeting number.
NSString *_Nullable meetingId
The meeting ID.