Interface JingleMediaListener
- All Superinterfaces:
JingleListener
Interface for listening to jmf events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
mediaClosed
(PayloadType cand) 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 SmackException.NotConnectedException, InterruptedException Notification that the jmf has been negotiated and established.- Parameters:
pt
- The payload type agreed.- Throws:
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
-