Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InMeetingSmartSummaryController.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import us.zoom.core.interfaces.IListener;
4
9@Deprecated
Enumeration of common errors of SDK.
MobileRTCSDKError accept()
Agree the start smart summary request.
MobileRTCSDKError decline()
Decline the start smart summary request.
void onSmartSummaryStartReqResponse(boolean timeout, boolean decline)
Callback event when the host handle the smart summary request.
void onSmartSummaryStatusChange(boolean isStarted)
Callback event when smart summary status changes.
void onSmartSummaryPrivilegeRequested(long userId, ISmartSummaryPrivilegeHandler handler)
Callback event when a user requests the host to start smart summary.
void addListener(InMeetingSmartSummaryListener listener)
Register a listener for smart summary.
void removeListener(InMeetingSmartSummaryListener listener)
Unregister a listener for smart summary.
boolean isSmartSummaryEnabled()
Determine if the smart summary feature is enabled in the meeting.
MobileRTCSDKError canStartSmartSummary()
Whether the current user is able to start smart summary.
MobileRTCSDKError requestStartSmartSummary()
Request the host to start the smart summary for the current meeting.
MobileRTCSDKError startSmartSummary()
Start smart summary.
boolean isSmartSummaryStarted()
Query whether smart summary is started.
MobileRTCSDKError stopSmartSummary()
Stop smart summary.
boolean isSmartSummarySupported()
Determine if current meeting support smart summary feature.
MobileRTCSDKError canRequestStartSmartSummary()
Whether the current user can request the host to start the smart summary for the current meeting.