|
Meeting SDK for Windows API Reference
|
information of meeting device info. Here are more detailed structural descriptions.. More...
#include <notification_service_interface.h>
Public Member Functions | |
| InMeetingDeviceInfo () | |
Data Fields | |
| int | nIndex |
| const zchar_t * | deviceName |
| const zchar_t * | meetingTopic |
| const zchar_t * | meetingId |
| UINT64 | meetingNumber |
| bool | isSupportCompanionMode |
information of meeting device info. Here are more detailed structural descriptions..
Definition at line 16 of file notification_service_interface.h.
|
inline |
Definition at line 30 of file notification_service_interface.h.
References deviceName, isSupportCompanionMode, meetingId, meetingNumber, meetingTopic, and nIndex.
| const zchar_t* InMeetingDeviceInfo::deviceName |
device name
Definition at line 21 of file notification_service_interface.h.
Referenced by InMeetingDeviceInfo().
| bool InMeetingDeviceInfo::isSupportCompanionMode |
True indicates this meeting supports joining in companion mode
Definition at line 29 of file notification_service_interface.h.
Referenced by InMeetingDeviceInfo().
| const zchar_t* InMeetingDeviceInfo::meetingId |
meeting id
Definition at line 25 of file notification_service_interface.h.
Referenced by InMeetingDeviceInfo().
| UINT64 InMeetingDeviceInfo::meetingNumber |
meeting number
Definition at line 27 of file notification_service_interface.h.
Referenced by InMeetingDeviceInfo().
| const zchar_t* InMeetingDeviceInfo::meetingTopic |
meeting topic
Definition at line 23 of file notification_service_interface.h.
Referenced by InMeetingDeviceInfo().
| int InMeetingDeviceInfo::nIndex |
deprecated this param
Definition at line 19 of file notification_service_interface.h.
Referenced by InMeetingDeviceInfo().