Interface JingleMediaInfoListener
- All Superinterfaces:
JingleListener
Interface for listening to jmf info events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThe other end is busy.voidWe are on hold.voidThe jmf is muted.voidWe are queued.voidWe 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.
-