Package us.zoom.sdk

Interface ReturnToMainSessionHandler


public interface ReturnToMainSessionHandler
handler for return to main session
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Ignore the return invitation, after call this method, please don't use the handler unless you receive the invitation again
    boolean
    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