public interface TelephonyListener
Telephony implementation.
implementation.| Modifier and Type | Method and Description |
|---|---|
void |
dtmfInput(char dtmf)
Invoked when the
Telephony implementation recognized a DTMF
input. |
void |
telephonyCallAnswered(TelephonyEvent event)
Invoked when the
Telephony implementation triggered a call
answered event. |
void |
telephonyCallHungup(TelephonyEvent event)
Invoked when the
Telephony implementation triggered a call hangup
event. |
void |
telephonyCallTransferred(TelephonyEvent event)
Invoked when the
Telephony implementation triggered a transfer
event. |
void |
telephonyError(ErrorEvent error)
An error occurred while communicating over the telephony.
|
void |
telephonyMediaEvent(TelephonyEvent event)
Invoked when the
Telephony implementation triggered an event that
was associated with media. |
void telephonyCallAnswered(TelephonyEvent event)
Telephony implementation triggered a call
answered event.event - the event.void telephonyMediaEvent(TelephonyEvent event)
Telephony implementation triggered an event that
was associated with media. Examples include start and end of a playback.event - the event.void dtmfInput(char dtmf)
Telephony implementation recognized a DTMF
input.dtmf - the DTMF charactervoid telephonyCallHungup(TelephonyEvent event)
Telephony implementation triggered a call hangup
event.event - the event.void telephonyCallTransferred(TelephonyEvent event)
Telephony implementation triggered a transfer
event.event - the event.void telephonyError(ErrorEvent error)
This method is intended to feed back errors that happen while the
CallControl processes an output asynchronously.
error - the error