|
Meeting SDK for iOS API Reference
|
Information of meeting device info. More...
#include <MobileRTCInMeetingDeviceInfo.h>
Inherits NSObject.
Properties | |
| NSInteger | index |
| Index. | |
| NSString *_Nullable | deviceName |
| Device name. | |
| NSString *_Nullable | meetingTopic |
| Meeting topic. | |
| NSUInteger | meetingNumber |
| Meeting number. | |
| NSString *_Nullable | meetingId |
| Meeting id. | |
| BOOL | isSupportCompanionMode |
| This meeting support joining in companion mode. | |
Information of meeting device info.
Definition at line 11 of file MobileRTCInMeetingDeviceInfo.h.
|
readnonatomiccopy |
Device name.
Definition at line 20 of file MobileRTCInMeetingDeviceInfo.h.
|
readnonatomicassign |
Index.
Definition at line 16 of file MobileRTCInMeetingDeviceInfo.h.
|
readwritenonatomicassign |
This meeting support joining in companion mode.
Definition at line 36 of file MobileRTCInMeetingDeviceInfo.h.
|
readnonatomiccopy |
Meeting id.
Definition at line 32 of file MobileRTCInMeetingDeviceInfo.h.
|
readnonatomicassign |
Meeting number.
Definition at line 28 of file MobileRTCInMeetingDeviceInfo.h.
|
readnonatomiccopy |
Meeting topic.
Definition at line 24 of file MobileRTCInMeetingDeviceInfo.h.