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.
2 parents da87822 + 83b1c5d commit 0c18a92Copy full SHA for 0c18a92
explainer-use-case-1.md
@@ -97,8 +97,8 @@ dictionary RtpHeaderExtensionInit {
97
98
```javascript
99
partial interface PeerConnection {
100
- // There may be an RtpTransport with no RtpSenders and no RtpReceivers
101
- readonly attribute sequence<RtpTransport> getRtpTransports();
+ // There may be an RtpTransport with no RtpSenders and no RtpReceivers.
+ readonly attribute RtpTransport? rtpTransport;
102
}
103
partial interface RtpSender {
104
// shared between RtpSenders in the same BUNDLE group
0 commit comments