public interface JingleMediaListener extends JingleListener
| Modifier and Type | Method and Description |
|---|---|
void |
mediaClosed(PayloadType cand)
Notification that a payload type must be cancelled
|
void |
mediaEstablished(PayloadType pt)
Notification that the jmf has been negotiated and established.
|
void mediaEstablished(PayloadType pt) throws org.jivesoftware.smack.SmackException.NotConnectedException
pt - The payload type agreed.org.jivesoftware.smack.SmackException.NotConnectedExceptionvoid mediaClosed(PayloadType cand)
cand - The payload type that must be closed