6#import <Foundation/Foundation.h>
17@property(nonatomic, assign, readonly) NSInteger
index DEPRECATED_MSG_ATTRIBUTE(
"Please use meetingId instead");
22@property(nonatomic, copy, readonly) NSString * _Nullable
deviceName;
27@property(nonatomic, copy, readonly) NSString * _Nullable
meetingTopic;
37@property(nonatomic, copy, readonly) NSString * _Nullable
meetingId;
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.
NSInteger index
The index.
NSString *_Nullable meetingId
The meeting ID.