Interface MediaReceivedListener
-
- All Known Implementing Classes:
JingleSession
public interface MediaReceivedListener
Listener for new Incoming Media Streams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mediaReceived(String participant)
Called when new Media is received.
-
-
-
Method Detail
-
mediaReceived
void mediaReceived(String participant)
Called when new Media is received.- Parameters:
participant
- the participant.
-
-