RTCRtpTransceiver
The WebRTC interface RTCRtpTransceiver
describes a permanent pairing of an RTCRtpSender and an RTCRtpReceiver, along with some shared state.
Properties
The read-only RTCRtpTransceiver property currentDirection
is a string which indicates the current negotiated directionality of the transceiver.
The RTCRtpTransceiver property direction
is a string that indicates the transceiver's preferred directionality.
The read-only receiver
property of WebRTC's RTCRtpTransceiver interface indicates the RTCRtpReceiver responsible for receiving and decoding incoming media data for the transceiver's stream.
The read-only sender
property of WebRTC's RTCRtpTransceiver interface indicates the RTCRtpSender responsible for encoding and sending outgoing media data for the transceiver's stream.