Interface JingleMediaListener
- All Superinterfaces:
JingleListener
Interface for listening to jmf events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmediaClosed(PayloadType cand) Notification that a payload type must be cancelled.voidNotification 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
Notification that a payload type must be cancelled.- Parameters:
cand- The payload type that must be closed
-