We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b0863 commit 7cd8fcaCopy full SHA for 7cd8fca
explainer-use-case-1.md
@@ -94,8 +94,8 @@ dictionary RtpHeaderExtensionInit {
94
95
```javascript
96
partial interface PeerConnection {
97
- // There may be an RtpTransport with no RtpSenders and no RtpReceivers
98
- readonly attribute sequence<RtpTransport> getRtpTransports();
+ // There may be an RtpTransport with no RtpSenders and no RtpReceivers.
+ readonly attribute RtpTransport rtpTransport;
99
}
100
partial interface RtpSender {
101
// shared between RtpSenders in the same BUNDLE group
0 commit comments