Working on the JMF implementation of the media service.

add a method that would notify listeners when the the transport address used for a specific call participant changes
cusax-fix
Emil Ivov 20 years ago
parent 5ed113fabb
commit 7134c3fbf1

@ -48,6 +48,16 @@ public interface CallParticipantListener
*/
public void participantAddressChanged(CallParticipantChangeEvent evt);
/**
* Indicates that a change has occurred in the transport address that we
* use to communicate with the participant.
*
* @param evt The <tt>CallParticipantChangeEvent</tt> instance containing
* the source event as well as its previous and its new transport address.
*/
public void participantTransportAddressChanged(
CallParticipantChangeEvent evt);
/**
* Indicates that a change has occurred in the image of the source
* CallParticipant.

Loading…
Cancel
Save