Interface JingleMediaInfoListener
-
- All Superinterfaces:
JingleListener
public interface JingleMediaInfoListener extends JingleListener
Interface for listening to jmf info events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mediaInfoBusy()
The other end is busy.void
mediaInfoHold()
We are on hold.void
mediaInfoMute()
The jmf is muted.void
mediaInfoQueued()
We are queued.void
mediaInfoRinging()
We are ringing.
-