RtpTransceiver 
    Java wrapper for a C++ RtpTransceiverInterface.
The RTCRtpTransceiver maps to the RTCRtpTransceiver defined by the WebRTC specification. A transceiver represents a combination of an RTCRtpSender and an RTCRtpReceiver that share a common mid. As defined in JSEP, an RTCRtpTransceiver is said to be associated with a media description if its mid property is non-nil; otherwise, it is said to be disassociated. JSEP: https://tools.ietf.org/html/draft-ietf-rtcweb-jsep-24
Note that RTCRtpTransceivers are only supported when using RTCPeerConnection with Unified Plan SDP.
WebRTC specification for RTCRtpTransceiver, the JavaScript analog: https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver
Types
Link copied to clipboard
                  Java version of webrtc::RtpTransceiverDirection - the ordering must be kept in sync.
Link copied to clipboard
                  class RtpTransceiverInit
Tracks webrtc::RtpTransceiverInit.
Functions
Link copied to clipboard
                  The current_direction attribute indicates the current direction negotiated for this transceiver.
Link copied to clipboard
                  The direction attribute indicates the preferred direction of this transceiver, which will be used in calls to CreateOffer and CreateAnswer.
Link copied to clipboard
                  Media type of the transceiver.
Link copied to clipboard
                  The receiver attribute exposes the RtpReceiver corresponding to the RTP media that may be received with the transceiver's mid.
Link copied to clipboard
                  Link copied to clipboard
                  Sets the preferred direction of this transceiver.
Link copied to clipboard
                  The StopInternal method stops the RtpTransceiver, like Stop, but goes immediately to Stopped state.
Link copied to clipboard
                  The StopStandard method irreversibly stops the RtpTransceiver.