|
Meeting SDK for iOS API Reference
|
A class that contains meeting device information. More...
#include <MobileRTCInMeetingDeviceInfo.h>
Inherits NSObject.
Properties | |
| NSInteger | index |
| The index. | |
| NSString *_Nullable | deviceName |
| The device name. | |
| NSString *_Nullable | meetingTopic |
| The meeting topic. | |
| NSUInteger | meetingNumber |
| The meeting number. | |
| NSString *_Nullable | meetingId |
| The meeting ID. | |
| BOOL | isSupportCompanionMode |
| Indicates whether this meeting supports joining in companion mode. | |
A class that contains meeting device information.
Definition at line 11 of file MobileRTCInMeetingDeviceInfo.h.
|
readnonatomiccopy |
The device name.
Definition at line 22 of file MobileRTCInMeetingDeviceInfo.h.
|
readnonatomicassign |
The index.
Definition at line 17 of file MobileRTCInMeetingDeviceInfo.h.
|
readwritenonatomicassign |
Indicates whether this meeting supports joining in companion mode.
Definition at line 42 of file MobileRTCInMeetingDeviceInfo.h.
|
readnonatomiccopy |
The meeting ID.
Definition at line 37 of file MobileRTCInMeetingDeviceInfo.h.
|
readnonatomicassign |
The meeting number.
Definition at line 32 of file MobileRTCInMeetingDeviceInfo.h.
|
readnonatomiccopy |
The meeting topic.
Definition at line 27 of file MobileRTCInMeetingDeviceInfo.h.