Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IMeetingArchiveConfirmHandler.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
3
7
public
interface
IMeetingArchiveConfirmHandler
{
13
MobileRTCSDKError
joinWithArchive
(
boolean
startArchive);
14
19
String
getArchiveConfirmContent
();
20
}
us.zoom.sdk.MobileRTCSDKError
Enumeration of common errors of SDK.
Definition
MobileRTCSDKError.java:6
us.zoom.sdk.IMeetingArchiveConfirmHandler
The interface for the user to confirm whether start archiving before join the meeting.
Definition
IMeetingArchiveConfirmHandler.java:7
us.zoom.sdk.IMeetingArchiveConfirmHandler.joinWithArchive
MobileRTCSDKError joinWithArchive(boolean startArchive)
Join the meeting.
us.zoom.sdk.IMeetingArchiveConfirmHandler.getArchiveConfirmContent
String getArchiveConfirmContent()
The content that notifies the user to confirm starting to archive when joining the meeting.
sdk
IMeetingArchiveConfirmHandler.java
Generated by
1.12.0