#include <notification_service_interface.h>
Public Member Functions | |
InMeetingDeviceInfo () | |
Data Fields | |
int | nIndex |
deprecated this param | |
const zchar_t * | deviceName |
device name | |
const zchar_t * | meetingTopic |
meeting topic | |
const zchar_t * | meetingId |
meeting id | |
UINT64 | meetingNumber |
meeting number | |
bool | isSupportCompanionMode |
True indicates this meeting supports joining in companion mode. | |
Definition at line 16 of file notification_service_interface.h.
|
inline |
Definition at line 24 of file notification_service_interface.h.
References deviceName, isSupportCompanionMode, meetingId, meetingNumber, meetingTopic, and nIndex.
const zchar_t* InMeetingDeviceInfo::deviceName |
device name
Definition at line 19 of file notification_service_interface.h.
Referenced by InMeetingDeviceInfo().
bool InMeetingDeviceInfo::isSupportCompanionMode |
True indicates this meeting supports joining in companion mode.
Definition at line 23 of file notification_service_interface.h.
Referenced by InMeetingDeviceInfo().
const zchar_t* InMeetingDeviceInfo::meetingId |
meeting id
Definition at line 21 of file notification_service_interface.h.
Referenced by InMeetingDeviceInfo().
UINT64 InMeetingDeviceInfo::meetingNumber |
meeting number
Definition at line 22 of file notification_service_interface.h.
Referenced by InMeetingDeviceInfo().
const zchar_t* InMeetingDeviceInfo::meetingTopic |
meeting topic
Definition at line 20 of file notification_service_interface.h.
Referenced by InMeetingDeviceInfo().
int InMeetingDeviceInfo::nIndex |
deprecated this param
Definition at line 18 of file notification_service_interface.h.
Referenced by InMeetingDeviceInfo().