Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCInMeetingDeviceInfo.h
Go to the documentation of this file.
1//
2// MobileRTCInMeetingDeviceInfo.h
3// MobileRTC
4//
5// Created by Zoom on 2022/11/17.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
14@interface MobileRTCInMeetingDeviceInfo : NSObject
19@property(nonatomic, assign, readonly) NSInteger index DEPRECATED_MSG_ATTRIBUTE("Please use meetingId instead");
23@property(nonatomic, copy, readonly) NSString * _Nullable deviceName;
27@property(nonatomic, copy, readonly) NSString * _Nullable meetingTopic;
31@property(nonatomic, assign, readonly) NSUInteger meetingNumber;
35@property(nonatomic, copy, readonly) NSString * _Nullable meetingId;
39@property(nonatomic, assign) BOOL isSupportCompanionMode;
40
41@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.