Windows SDK API Reference
|
Meeting Service qa Interface Valid for both ZOOM style and user custom interface mode. More...
#include "zoom_sdk_def.h"
Go to the source code of this file.
Data Structures | |
class | IAnswerItem |
Answer item interface class. More... | |
class | IQAItemInfo |
Question item interface class. More... | |
class | IMeetingQAControllerEvent |
Meeting q&a callback event. More... | |
class | IMeetingQAController |
Meeting q&a controller interface class. More... | |
Enumerations | |
enum | QAConnectStatus { QA_STATUS_CONNECTING = 0 , QA_STATUS_CONNECTED , QA_STATUS_DISCONNECTED , QA_STATUS_DISCONNECT_CONFLICT } |
Information category for Q&A connecting. Here are more detailed structural descriptions. More... | |
Meeting Service qa Interface Valid for both ZOOM style and user custom interface mode.
Definition in file meeting_qa_ctrl_interface.h.
enum QAConnectStatus |
Information category for Q&A connecting. Here are more detailed structural descriptions.
Enumerator | |
---|---|
QA_STATUS_CONNECTING | Connecting. |
QA_STATUS_CONNECTED | Connected. |
QA_STATUS_DISCONNECTED | Disconnected. |
QA_STATUS_DISCONNECT_CONFLICT | Disconnected because of conflict. |
Definition at line 16 of file meeting_qa_ctrl_interface.h.