Working on the JMF implementation of the media service.

added a dummy impl for a newly added listener method
cusax-fix
Emil Ivov 20 years ago
parent 19063554e4
commit dde0fc80aa

@ -915,6 +915,15 @@ public void participantImageChanged(CallParticipantChangeEvent event)
public void participantAddressChanged(CallParticipantChangeEvent event)
{}
/**
* Unused by this collector
* @param event ignored.
*/
public void participantTransportAddressChanged(
CallParticipantChangeEvent event)
{}
/**
* Unused by this collector
* @param event ignored.

Loading…
Cancel
Save