Interface JingleMediaInfoListener
- All Superinterfaces:
JingleListener
Interface for listening to jmf info events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The other end is busy.void
We are on hold.void
The jmf is muted.void
We are queued.void
We are ringing.
-
Method Details
-
mediaInfoBusy
void mediaInfoBusy()The other end is busy. -
mediaInfoHold
void mediaInfoHold()We are on hold. -
mediaInfoMute
void mediaInfoMute()The jmf is muted. -
mediaInfoQueued
void mediaInfoQueued()We are queued. -
mediaInfoRinging
void mediaInfoRinging()We are ringing.
-