Interface JingleSessionRequestListener

  • All Superinterfaces:
    JingleListener

    public interface JingleSessionRequestListener
    extends JingleListener
    Interface to listener Jingle session requests.
    • Method Detail

      • sessionRequested

        void sessionRequested​(JingleSessionRequest request)
        A request to start a session has been received from another user.
        Parameters:
        request - The request from the other user.