Class MediaNegotiator


  • public class MediaNegotiator
    extends JingleNegotiator
    Manager for jmf descriptor negotiation. This class is responsible for managing the descriptor negotiation process, handling all the xmpp packets interchange and the stage control. handling all the xmpp packets interchange and the stage control.
    • Constructor Detail

      • MediaNegotiator

        public MediaNegotiator​(JingleSession session,
                               JingleMediaManager mediaManager,
                               java.util.List<PayloadType> pts,
                               ContentNegotiator parentNegotiator)
        Default constructor. The constructor establishes some basic parameters, but it does not start the negotiation. For starting the negotiation, call startNegotiation.
        Parameters:
        session - TODO javadoc me please
        mediaManager - the media manager.
        pts - the list of payload types.
        parentNegotiator - the parent content negotiator.