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 voidmediaInfoBusy()The other end is busy.voidmediaInfoHold()We are on hold.voidmediaInfoMute()The jmf is muted.voidmediaInfoQueued()We are queued.voidmediaInfoRinging()We are ringing.
-