W3cubDocs

/DOM

RTCRtpTransceiverInit

The RTCRtpTransceiverInit dictionary is used when calling the WebRTC function RTCPeerConnection.addTransceiver() to provide configuration options for the new transceiver.

Properties

direction Optional
The new transceiver's preferred directionality. This value is used to initialize the new RTCRtpTransceiver object's RTCRtpTransceiver.direction property.
sendEncodings Optional
A list of encodings to allow when sending RTP media from the RTCRtpSender. Each entry is of type RTCRtpEncodingParameters.
streams Optional
A list of MediaStream objects to add to the transceiver'sRTCRtpReceiver; when the remote peer's RTCPeerConnection's track event occurs, these are the streams that will be specified by that event.

Specifications

Browser compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support Yes Yes 59 No ? ?
direction Yes Yes 59 No ? ?
sendEncodings Yes Yes No
No
sendEncodings is not yet implemented in Firefox. See bug 1396918.
No ? ?
streams Yes Yes 59 No ? ?
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support Yes Yes ? 59 ? ? ?
direction Yes Yes ? 59 ? ? ?
sendEncodings Yes Yes ? No
No
sendEncodings is not yet implemented in Firefox. See bug 1396918.
? ? ?
streams Yes Yes ? 59 ? ? ?

See also

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpTransceiverInit