Skip to content

Commit 0c18a92

Browse files
authored
Merge pull request #46 from tonyherre/correct_pc_attribute
Resolve the indecisive attribute/getter on PeerConnection
2 parents da87822 + 83b1c5d commit 0c18a92

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
@@ -97,8 +97,8 @@ dictionary RtpHeaderExtensionInit {
9797
9898
```javascript
9999
partial interface PeerConnection {
100-
// There may be an RtpTransport with no RtpSenders and no RtpReceivers
101-
readonly attribute sequence<RtpTransport> getRtpTransports();
100+
// There may be an RtpTransport with no RtpSenders and no RtpReceivers.
101+
readonly attribute RtpTransport? rtpTransport;
102102
}
103103
partial interface RtpSender {
104104
// shared between RtpSenders in the same BUNDLE group

0 commit comments

Comments
 (0)