Skip to content

Commit 7cd8fca

Browse files
author
Tony Herre
committed
Remove the indecisive attribute/getter on PeerConnection
1 parent 54b0863 commit 7cd8fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

explainer-use-case-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ dictionary RtpHeaderExtensionInit {
9494
9595
```javascript
9696
partial interface PeerConnection {
97-
// There may be an RtpTransport with no RtpSenders and no RtpReceivers
98-
readonly attribute sequence<RtpTransport> getRtpTransports();
97+
// There may be an RtpTransport with no RtpSenders and no RtpReceivers.
98+
readonly attribute RtpTransport rtpTransport;
9999
}
100100
partial interface RtpSender {
101101
// shared between RtpSenders in the same BUNDLE group

0 commit comments

Comments
 (0)