Interface java.telephony.media.events.MediaTermConnUnavailableEv
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.media.events.MediaTermConnUnavailableEv
- public interface MediaTermConnUnavailableEv
- extends Object
- extends MediaTermConnEv
The MediaTermConnUnavailableEv interface indicates that there is currently
no media available on the TerminalConnection. This event is most likely
cause by a change in state of the TerminalConnection which respect to the
call. For example, when someone goes on hold, media is no longer avaiable
on that TerminalConnection. This event interface extends the
java.telephony.events.TermConnEv interface, through which the application may
obtain the TerminalConnection object associated with this event.
-
ID
- Event id
ID
public final static int ID
- Event id
All Packages Class Hierarchy This Package Previous Next Index