RTCRtpTransceiver
The WebRTC interface RTCRtpTransceiver
describes a permanent pairing of an RTCRtpSender and an RTCRtpReceiver, along with some shared state.
Properties
Link copied to clipboard
The read-only RTCRtpTransceiver property currentDirection
is a string which indicates the current negotiated directionality of the transceiver.
Link copied to clipboard
The RTCRtpTransceiver property direction
is a string that indicates the transceiver's preferred directionality.
Link copied to clipboard
The read-only receiver
property of WebRTC's RTCRtpTransceiver interface indicates the data for the transceiver's stream.
Link copied to clipboard
The read-only sender
property of WebRTC's RTCRtpTransceiver interface indicates the for the transceiver's stream.