org.lastbamboo.common.ice
Interface IceMediaFactory


public interface IceMediaFactory

Factory for creating media once an ICE exchange has completed.


Method Summary
 void newMedia(IceCandidatePair nominatedPair, boolean client, org.lastbamboo.common.offer.answer.OfferAnswerMediaListener mediaListener)
          Starts an ICE media session.
 

Method Detail

newMedia

void newMedia(IceCandidatePair nominatedPair,
              boolean client,
              org.lastbamboo.common.offer.answer.OfferAnswerMediaListener mediaListener)
Starts an ICE media session.

Parameters:
nominatedPair - The nominated ICE candidate pair to use for media.
client - Whether or not this agent is the client -- useful for media that are handled differently on the client and server sides.
mediaListener - The class to notify of media events.


Copyright © 2013 LittleShoot. All Rights Reserved.