Zoom Meeting Q&A
- Description:
- Zoom Meeting Q&A
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onAddQuestion |
function | Callback event used to inform the user once a question is added. |
onReceiveQuestion |
function | Callback event used to inform the user once a question is received. |
onDeleteQuestions |
function | Callback event used to inform the user once a question is deleted. |
onQuestionMarkedAsDismissed |
function | Callback event used to inform the user once a question is marked as dismiss. |
onReopenQuestion |
function | Callback event used to inform the user once a question is reopened. |
onUserLivingReply |
function | Callback event used to inform the user once a question is answered live |
onUserEndLiving |
function | Callback event used to inform the user once a question has ended live answer. |
onAddAnswer |
function | Callback event used to inform the user once an answer is added. |
onReceiveAnswer |
function | Callback event used to inform the user once an answer is received. |
onDeleteAnswers |
function | Callback event used to inform the user once an answer is deleted. |
onVoteupQuestion |
function | Callback event used to inform the user once a question has been voted. |
onRevokeVoteupQuestion |
function | Callback event used to inform the user once a question's vote has been revoked. |
Returns:
- Type
- ZoomMeetingQA
- Description:
- Zoom Meeting Q&A
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onAddQuestion |
function | Callback event used to inform the user once a question is added. |
onReceiveQuestion |
function | Callback event used to inform the user once a question is received. |
onDeleteQuestions |
function | Callback event used to inform the user once a question is deleted. |
onQuestionMarkedAsDismissed |
function | Callback event used to inform the user once a question is marked as dismiss. |
onReopenQuestion |
function | Callback event used to inform the user once a question is reopened. |
onUserLivingReply |
function | Callback event used to inform the user once a question is answered live |
onUserEndLiving |
function | Callback event used to inform the user once a question has ended live answer. |
onAddAnswer |
function | Callback event used to inform the user once an answer is added. |
onReceiveAnswer |
function | Callback event used to inform the user once an answer is received. |
onDeleteAnswers |
function | Callback event used to inform the user once an answer is deleted. |
onVoteupQuestion |
function | Callback event used to inform the user once a question has been voted. |
onRevokeVoteupQuestion |
function | Callback event used to inform the user once a question's vote has been revoked. |
Returns:
- Type
- ZoomMeetingQA
Methods
(inner) GetQuestion(questionID) → {Object}
- Description:
- Get a certain question with the question id
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | is the question id. |
Returns:
- Type
- Object
(inner) GetQuestion(questionID) → {Object}
- Description:
- Get a certain question with the question id
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | is the question id. |
Returns:
- Type
- Object
(inner) SetOnAddAnswerCB(onAddAnswer) → {Boolean}
- Description:
- Set on add answer callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onAddAnswer |
function |
Returns:
- Type
- Boolean
(inner) SetOnAddAnswerCB(onAddAnswer) → {Boolean}
- Description:
- Set on add answer callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onAddAnswer |
function |
Returns:
- Type
- Boolean
(inner) SetOnAddQuestion(onAddQuestion) → {Boolean}
- Description:
- Set add question callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onAddQuestion |
function |
Returns:
- Type
- Boolean
(inner) SetOnAddQuestion(onAddQuestion) → {Boolean}
- Description:
- Set add question callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onAddQuestion |
function |
Returns:
- Type
- Boolean
(inner) SetOnDeleteAnswersCB(onDeleteAnswers) → {Boolean}
- Description:
- Set delete answer callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onDeleteAnswers |
function |
Returns:
- Type
- Boolean
(inner) SetOnDeleteAnswersCB(onDeleteAnswers) → {Boolean}
- Description:
- Set delete answer callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onDeleteAnswers |
function |
Returns:
- Type
- Boolean
(inner) SetOnDeleteQuestionsCB(onDeleteQuestions) → {Boolean}
- Description:
- Set delete question callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onDeleteQuestions |
function |
Returns:
- Type
- Boolean
(inner) SetOnDeleteQuestionsCB(onDeleteQuestions) → {Boolean}
- Description:
- Set delete question callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onDeleteQuestions |
function |
Returns:
- Type
- Boolean
(inner) SetOnQuestionMarkedAsDismissedCB(onQuestionMarkedAsDismissed) → {Boolean}
- Description:
- Set dismiss question callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onQuestionMarkedAsDismissed |
function |
Returns:
- Type
- Boolean
(inner) SetOnQuestionMarkedAsDismissedCB(onQuestionMarkedAsDismissed) → {Boolean}
- Description:
- Set dismiss question callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onQuestionMarkedAsDismissed |
function |
Returns:
- Type
- Boolean
(inner) SetOnReceiveAnswerCB(onReceiveAnswer) → {Boolean}
- Description:
- Set receive answer callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onReceiveAnswer |
function |
Returns:
- Type
- Boolean
(inner) SetOnReceiveAnswerCB(onReceiveAnswer) → {Boolean}
- Description:
- Set receive answer callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onReceiveAnswer |
function |
Returns:
- Type
- Boolean
(inner) SetOnReceiveQuestionCB(onReceiveQuestion) → {Boolean}
- Description:
- Set receive question callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onReceiveQuestion |
function |
Returns:
- Type
- Boolean
(inner) SetOnReceiveQuestionCB(onReceiveQuestion) → {Boolean}
- Description:
- Set receive question callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onReceiveQuestion |
function |
Returns:
- Type
- Boolean
(inner) SetOnReopenQuestionCB(onReopenQuestion) → {Boolean}
- Description:
- Set reopen question callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onReopenQuestion |
function |
Returns:
- Type
- Boolean
(inner) SetOnReopenQuestionCB(onReopenQuestion) → {Boolean}
- Description:
- Set reopen question callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onReopenQuestion |
function |
Returns:
- Type
- Boolean
(inner) SetOnRevokeVoteupQuestionCB(onRevokeVoteupQuestion) → {Boolean}
- Description:
- Set receive question's vote revoked callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onRevokeVoteupQuestion |
function |
Returns:
- Type
- Boolean
(inner) SetOnRevokeVoteupQuestionCB(onRevokeVoteupQuestion) → {Boolean}
- Description:
- Set receive question's vote revoked callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onRevokeVoteupQuestion |
function |
Returns:
- Type
- Boolean
(inner) SetOnUserEndLivingCB(onUserEndLiving) → {Boolean}
- Description:
- Set end living reply question callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onUserEndLiving |
function |
Returns:
- Type
- Boolean
(inner) SetOnUserEndLivingCB(onUserEndLiving) → {Boolean}
- Description:
- Set end living reply question callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onUserEndLiving |
function |
Returns:
- Type
- Boolean
(inner) SetOnUserLivingReplyCB(onUserLivingReply) → {Boolean}
- Description:
- Set living reply question callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onUserLivingReply |
function |
Returns:
- Type
- Boolean
(inner) SetOnUserLivingReplyCB(onUserLivingReply) → {Boolean}
- Description:
- Set living reply question callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onUserLivingReply |
function |
Returns:
- Type
- Boolean
(inner) SetOnVoteupQuestionCB(onVoteupQuestion) → {Boolean}
- Description:
- Set receive question voted callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onVoteupQuestion |
function |
Returns:
- Type
- Boolean
(inner) SetOnVoteupQuestionCB(onVoteupQuestion) → {Boolean}
- Description:
- Set receive question voted callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onVoteupQuestion |
function |
Returns:
- Type
- Boolean
Events
onAddAnswer
- Description:
- Callback event used to inform the user once an answer is added.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
answerID |
String | The answer id |
bSuccess |
Boolean | If the success is YES means add answer is success,otherwise not. |
onAddAnswer
- Description:
- Callback event used to inform the user once an answer is added.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
answerID |
String | The answer id |
bSuccess |
Boolean | If the success is YES means add answer is success,otherwise not. |
onAddQuestion
- Description:
- Callback event used to inform the user once a question is added
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The question id |
bSuccess |
Boolean | Add question successfully or not |
onAddQuestion
- Description:
- Callback event used to inform the user once a question is added
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The question id |
bSuccess |
Boolean | Add question successfully or not |
onDeleteAnswers
- Description:
- Callback event used to inform the user once an answer is deleted.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
answer |
Array | The array of answer id |
onDeleteAnswers
- Description:
- Callback event used to inform the user once an answer is deleted.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
answer |
Array | The array of answer id |
onDeleteQuestions
- Description:
- Callback event used to inform the usee once a question is deleted
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questions |
Array | The array ofquestion id |
onDeleteQuestions
- Description:
- Callback event used to inform the usee once a question is deleted
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questions |
Array | The array ofquestion id |
onQuestionMarkedAsDismissed
- Description:
- Callback event used to inform the user once a question is marked as dismiss
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The question id |
onQuestionMarkedAsDismissed
- Description:
- Callback event used to inform the user once a question is marked as dismiss
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The question id |
onReceiveAnswer
- Description:
- Callback event used to inform the user once an answer is received.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
answerID |
String | The answer id |
onReceiveAnswer
- Description:
- Callback event used to inform the user once an answer is received.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
answerID |
String | The answer id |
onReceiveQuestion
- Description:
- Callback event used to inform the user once a question is received
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The question id |
onReceiveQuestion
- Description:
- Callback event used to inform the user once a question is received
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The question id |
onReopenQuestion
- Description:
- Callback event used to inform the user once a question is reopened.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The question id |
onReopenQuestion
- Description:
- Callback event used to inform the user once a question is reopened.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The question id |
onRevokeVoteupQuestion
- Description:
- Callback event used to inform the user once a question's vote has been revoked.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The vote question id |
isChanged |
Boolean | If YES means the question order will change,otherwise not. |
onRevokeVoteupQuestion
- Description:
- Callback event used to inform the user once a question's vote has been revoked.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The vote question id |
isChanged |
Boolean | If YES means the question order will change,otherwise not. |
onUserEndLiving
- Description:
- Callback event used to inform the user once a question has ended live answer.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The question id |
onUserEndLiving
- Description:
- Callback event used to inform the user once a question has ended live answer.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The question id |
onUserLivingReply
- Description:
- Callback event used to inform the user once a question is answered live
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The question id |
onUserLivingReply
- Description:
- Callback event used to inform the user once a question is answered live
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The question id |
onVoteupQuestion
- Description:
- Callback event used to inform the user once a question has been voted.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The vote question id |
isChanged |
Boolean | If YES means the question order will change,otherwise not. |
onVoteupQuestion
- Description:
- Callback event used to inform the user once a question has been voted.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
questionID |
String | The vote question id |
isChanged |
Boolean | If YES means the question order will change,otherwise not. |