Enumeration of common errors of SDK.
Polling controller callback event.
Polling answer item interface.
Polling controller interface.
MobileRTCSDKError restartPolling(String pollingID)
Restart the polling.
MobileRTCSDKError setAnswerContent(IPollingAnswerItem answerItem, String answerText)
Attendee set answer's content. This function should only be used by fill blank, short answer and long...
boolean canDeletePolling(String pollingID)
Determine if the host can delete polling. Only the origin host can delete polling.
boolean canAddPolling()
Determine if the host can add polling. Only the origin host can add polling.
List< IPollingQuestionItem > getPollingQuestionItemList(String pollingID)
Get the list of poll's question.
boolean canGetRightAnswerItemList(String pollingID)
Determine if the right answer item list can be allowed to get.
SDKQuestionCharactersLength getQuestionCharactersLengthRange(String pollingID, String pollingQuestionID)
Get the polling question's minimum character and maximum character count. This function can only be u...
String getPollingQuestionImagePath(String pollingID, String pollingQuestionID)
Get the polling question's image path.
boolean canStartPolling(String pollingID)
Determine if the host or co-host can start the polling.
boolean canViewPollingResultFromBrowser(String pollingID)
Determine if the user can view polling result from browser..
MobileRTCSDKError addPolling()
Open create polling in a web browser.
List< IPollingAnswerItem > getPollingRightAnswerItemList(String pollingID)
Get the list of polling question or subquestion's right answer.
boolean canSharePollingResult(String pollingID)
Determine if the host or co-host can share the poll's result.
MobileRTCSDKError viewPollingResultFromBrowser(String pollingID)
Open a polling result in the web browser.
MobileRTCSDKError duplicatePolling(String pollingID)
Duplicate the polling.
boolean isQuestionCaseSensitive(String pollingID, String pollingQuestionID)
Determine if the question is case sensitive.
MobileRTCSDKError enableGetRightAnswerList(boolean bEnable)
Set to enable show right answer to participants when share quiz's result.
MobileRTCSDKError setEvent(IMeetingPollingCtrlEvent pEvent)
Configure the meeting polling controller callback event handler.
MobileRTCSDKError submitPolling(String pollingID)
Submit the polling.
boolean canEditPolling(String pollingID)
Determine if the host can edit polling. Only the origin host can edit polling.
boolean canDoPolling()
Determine whether the current meeting can do the polling.
boolean canDownloadResult()
Determine if the host can download poll's result from browser. Only the origin host can download.
MobileRTCSDKError stopPolling(String pollingID)
Stop the polling.
MobileRTCSDKError startPolling(String pollingID)
Start the polling.
MobileRTCSDKError startSharePollingResult(String pollingID)
Share the poll's result.
boolean canRestartPolling(String pollingID)
Determine if the host or co-host can restart the polling.
MobileRTCSDKError setAnswerCheck(IPollingAnswerItem answerItem, boolean bCheck)
Attendee set answer's check. This function should only be used by single, matching,...
List< IPollingAnswerResultItem > getPollingAnswerResultItemList(String pollingID)
Get the list of polling answer result item.
boolean canDuplicatePolling(String pollingID)
Determine if the host can duplicate polling. Only the origin host can duplicate polling.
MobileRTCSDKError downLoadResult()
Download all stopped poll's result from browser.
String getActivePollingID()
Get the active poll's ID.
List< IPollingItem > getPollingItemList()
Get the list of poll item.
MobileRTCSDKError stopSharePollingResult(String pollingID)
Stop the poll's result.
MobileRTCSDKError editPolling(String pollingID)
Open edit polling in a web browser.
boolean canShowAnswerResultList(String pollingID)
Determine if the answer result list can be show.
IPollingItem getPollingItemByID(String pollingID)
Get the polling item object of specified polling ID.
boolean canSubmitPolling(String pollingID)
Determine if the attendee can submit the polling.
MobileRTCSDKError deletePolling(String pollingID)
Delete the polling.