Package us.zoom.sdk
Interface ReturnToMainSessionHandler
public interface ReturnToMainSessionHandler
handler for return to main session
-
Method Summary
Modifier and TypeMethodDescriptionvoid
ignore()
Ignore the return invitation, after call this method, please don't use the handler unless you receive the invitation againboolean
Return to main session
-
Method Details
-
returnToMainSession
boolean returnToMainSession()Return to main session- Returns:
- If the call is successful, the return value is true, Otherwise false.
-
ignore
void ignore()Ignore the return invitation, after call this method, please don't use the handler unless you receive the invitation again
-