Class TestMediaSession

    • Constructor Detail

      • TestMediaSession

        public TestMediaSession​(PayloadType payloadType,
                                TransportCandidate remote,
                                TransportCandidate local,
                                String locator,
                                JingleSession jingleSession)
        Creates a TestMediaSession with defined payload type, remote and local candidates.
        Parameters:
        payloadType - Payload of the jmf
        remote - the remote information. The candidate that the jmf will be sent to.
        local - the local information. The candidate that will receive the jmf
        locator - media locator
        jingleSession - the jingle session.