Meeting Q&A helper callback.
More...
#include <IMeetingQAHelper.h>
Meeting Q&A helper callback.
Definition at line 67 of file IMeetingQAHelper.h.
◆ ~IMeetingQAHelperSink()
virtual IMeetingQAHelperSink::~IMeetingQAHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnBecomeMainZRC()
virtual void IMeetingQAHelperSink::OnBecomeMainZRC |
( |
bool |
isMainZRC | ) |
|
|
pure virtual |
Notify if this controller become main ZRC.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
isMainZRC | indicates become main ZRC. |
◆ OnIsAllowAnonymousQuestionsChanged()
virtual void IMeetingQAHelperSink::OnIsAllowAnonymousQuestionsChanged |
( |
bool |
allow | ) |
|
|
pure virtual |
Notify if the attendee is allowed to submit questions anonymously.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
allow | indicates allow the attendee submit questions anonymously. |
◆ OnIsAllowCommentChanged()
virtual void IMeetingQAHelperSink::OnIsAllowCommentChanged |
( |
bool |
allow | ) |
|
|
pure virtual |
Notify if the attendee is allowed to comment.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
allow | indicates allow the attendee comment. |
◆ OnIsAllowSubmitQuestionsChanged()
virtual void IMeetingQAHelperSink::OnIsAllowSubmitQuestionsChanged |
( |
bool |
allow | ) |
|
|
pure virtual |
Notify if the attendee is allowed to submit questions.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
allow | indicates allow the attendee submit questions. |
◆ OnIsAllowUpvoteChanged()
virtual void IMeetingQAHelperSink::OnIsAllowUpvoteChanged |
( |
bool |
allow | ) |
|
|
pure virtual |
Notify if the participant is allowed to upvote.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
allow | indicates allow the participant upvote. |
◆ OnIsAllowViewAllQuestionsChanged()
virtual void IMeetingQAHelperSink::OnIsAllowViewAllQuestionsChanged |
( |
bool |
allow | ) |
|
|
pure virtual |
Notify if the attendee is allowed to view all questions.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
allow | indicates allow the attendee view all questions. |
◆ OnIsMeetingQAEnabled()
virtual void IMeetingQAHelperSink::OnIsMeetingQAEnabled |
( |
bool |
enable | ) |
|
|
pure virtual |
Notify if the meeting Q&A feature is enabled or not by host / co-host.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
enable | indicates the meeting Q&A feature enabled. |
◆ OnIsShowOnZRChanged()
virtual void IMeetingQAHelperSink::OnIsShowOnZRChanged |
( |
bool |
show | ) |
|
|
pure virtual |
Notify if the meeting Q&A UI shown on ZR.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
show | indicates the meeting Q&A UI shown on ZR. |
◆ OnLoadMessages()
virtual void IMeetingQAHelperSink::OnLoadMessages |
( |
bool |
isLoadBegin, |
|
|
bool |
isLoadEnd |
|
) |
| |
|
pure virtual |
Notify the meeting Q&A messages load status.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
isLoadBegin | indicates the meeting Q&A messages load begin. |
isLoadEnd | indicates the meeting Q&A messages load end. |
◆ OnReceiveMessages()
virtual void IMeetingQAHelperSink::OnReceiveMessages |
( |
const std::vector< MeetingQAMessage > & |
messages | ) |
|
|
pure virtual |
Notify receive messages when someone creates a question / answer or comment.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
messages | contain questions and answers. |
◆ OnUpdateMessage()
virtual void IMeetingQAHelperSink::OnUpdateMessage |
( |
const MeetingQAMessage & |
message | ) |
|
|
pure virtual |
Notify update messages when someone operate a question or create answer / comment.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
message | contain questions and answers. |