Class AudioMediaSession


  • public class AudioMediaSession
    extends JingleMediaSession
    This Class implements a complete JingleMediaSession. It should be used to transmit and receive audio captured from the Mic. This Class should be automatically controlled by JingleSession. But you could also use in any VOIP application. For better NAT Traversal support this implementation don't support only receive or only transmit. To receive you MUST transmit. So the only implemented and functionally methods are startTransmit() and stopTransmit()
    • Constructor Detail

      • AudioMediaSession

        public AudioMediaSession​(PayloadType payloadType,
                                 TransportCandidate remote,
                                 TransportCandidate local,
                                 String locator,
                                 JingleSession jingleSession)
        Creates a org.jivesoftware.jingleaudio.jmf.AudioMediaSession 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.