Interface JingleSessionListener

    • Method Detail

      • sessionDeclined

        void sessionDeclined​(String reason,
                             JingleSession jingleSession)
        Notification that the session was declined.
        Parameters:
        reason - the reason (if any).
        jingleSession - Session that called the method
      • sessionRedirected

        void sessionRedirected​(String redirection,
                               JingleSession jingleSession)
        Notification that the session was redirected.
        Parameters:
        redirection - TODO javadoc me please
        jingleSession - session that called the method
      • sessionClosed

        void sessionClosed​(String reason,
                           JingleSession jingleSession)
        Notification that the session was closed normally.
        Parameters:
        reason - the reason (if any).
        jingleSession - Session that called the method
      • sessionClosedOnError

        void sessionClosedOnError​(XMPPException e,
                                  JingleSession jingleSession)
        Notification that the session was closed due to an exception.
        Parameters:
        e - the exception.
        jingleSession - session that called the method
      • sessionMediaReceived

        void sessionMediaReceived​(JingleSession jingleSession,
                                  String participant)
        Notification that the Media has arrived for this session.
        Parameters:
        jingleSession - session that called the method
        participant - description of the participant