Definition at line 3 of file IRecoverMeetingHandle.java.
◆ 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
-
toRecover | true 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.