com.skype.api
Interface Participant.ParticipantListener
- Enclosing class:
- Participant
public static interface Participant.ParticipantListener
OnPropertyChange
void OnPropertyChange(SkypeObject obj,
Participant.PROPERTY prop,
java.lang.Object value)
- This event gets called when there are changes to Participant properties defined in Participant.PROPERTY
OnIncomingDTMF
void OnIncomingDTMF(SkypeObject obj,
Participant.DTMF dtmf)
- This event gets fired on receiving a DTMF signal sent by Participant. Note that this event will only fire if the Participant is also using a Skype client. Skype audio library does not monitor incoming voice streams for dial tones. DTMF events are propagated to remote participants via data channel. Incoming DTMF tones transmitted from, for example, mobile phones, will not cause this event to fire. In case of incoming DTMF signals from Skype clients, DTMF tones are also inserted into the audio stream. You don't have to inject those into local audio playback yourself.
Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.