Interface MediaReceivedListener

All Known Implementing Classes:
JingleSession

public interface MediaReceivedListener
Listener for new Incoming Media Streams.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mediaReceived(String participant)
    Called when new Media is received.
  • Method Details

    • mediaReceived

      void mediaReceived(String participant)
      Called when new Media is received.
      Parameters:
      participant - the participant.