Enumeration of polling action types.
Enumeration of polling statuses.
Polling controller callback event.
void onPollingListUpdated()
Polling list updated callback. This is triggered when a host adds, edits, duplicates or deletes a pol...
void onPollingStatusChanged(String pollingID, SDKPollingStatus status)
Polling status changed callback. Use this function to inform the user that the polling has been start...
void onPollingQuestionImageDownloaded(String questionID, String path)
Polling question item image downloaded callback. This is triggered when a user starts or joins a meet...
void onPollingElapsedTime(String pollingID, long uElapsedtime)
Polling elapsed time callback. This is triggered when a host starts a poll or a user changes to host ...
void onPollingInactive()
Polling inactive callback. When the user starts a meeting in another device by same account,...
void onPollingResultUpdated(String pollingID)
Polling result updated callback. This is triggered when a participant submits polling.
void onPollingActionResult(SDKPollingActionType actionType, String pollingID, boolean bSuccess, String error)
Polling action result callback. This is triggered when a user performs an action for a poll.
void onGetRightAnswerListPrivilege(boolean bCan)
Callback event for the user get right answer list privilege changed. This is triggered when the host ...