Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.IRecoverMeetingHandle Interface Reference

Public Member Functions

MobileRTCSDKError recoverMeeting (boolean toRecover)
 join the meeting.
 
String getRecoverMeetingContent ()
 The content that notify host user to recover the meeting.
 

Detailed Description

Definition at line 3 of file IRecoverMeetingHandle.java.

Member Function Documentation

◆ getRecoverMeetingContent()

String us.zoom.sdk.IRecoverMeetingHandle.getRecoverMeetingContent ( )

The content that notify host user to recover the meeting.

Returns
The content that notify host user to recover the meeting.

◆ recoverMeeting()

MobileRTCSDKError us.zoom.sdk.IRecoverMeetingHandle.recoverMeeting ( boolean toRecover)

join the meeting.

Parameters
toRecovertrue means to recover the meeting and start the meeting. false means not recover the meeting and then leave the start meeting process.
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.