The RTCRtpTransceiverInit dictionary is used when calling the WebRTC function RTCPeerConnection.addTransceiver() to provide configuration options for the new transceiver.
direction Optional
RTCRtpTransceiver object's RTCRtpTransceiver.direction property.sendEncodings Optional
RTCRtpSender. Each entry is of type RTCRtpEncodingParameters.streams Optional
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.| Specification | Status | Comment |
|---|---|---|
| WebRTC 1.0: Real-time Communication Between Browsers The definition of 'RTCRtpTransceiverInit' in that specification. | Candidate Recommendation |
| Desktop | ||||||
|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
| Basic support | Yes | Yes | 59 | No | ? | ? |
direction |
Yes | Yes | 59 | No | ? | ? |
sendEncodings |
Yes | Yes | No
|
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
|
? | ? | ? |
streams |
Yes | Yes | ? | 59 | ? | ? | ? |
RTCPeerConnection.addTransceiver()RTCRtpTransceiverRTCRtpReceiver and RTCRtpSender
© 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