Interface JingleMediaListener

All Superinterfaces:
JingleListener

public interface JingleMediaListener extends JingleListener
Interface for listening to jmf events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification that a payload type must be cancelled.
    void
    Notification that the jmf has been negotiated and established.
  • Method Details

    • mediaEstablished

      void mediaEstablished(PayloadType pt) throws org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException
      Notification that the jmf has been negotiated and established.
      Parameters:
      pt - The payload type agreed.
      Throws:
      org.jivesoftware.smack.SmackException.NotConnectedException - if the XMPP connection is not connected.
      InterruptedException - if the calling thread was interrupted.
    • mediaClosed

      void mediaClosed(PayloadType cand)
      Notification that a payload type must be cancelled.
      Parameters:
      cand - The payload type that must be closed