Skip to content

Commit 83b1c5d

Browse files
author
Tony Herre
committed
Make PeerConnection.rtpTransport nullable
1 parent 7cd8fca commit 83b1c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explainer-use-case-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ dictionary RtpHeaderExtensionInit {
9595
```javascript
9696
partial interface PeerConnection {
9797
// There may be an RtpTransport with no RtpSenders and no RtpReceivers.
98-
readonly attribute RtpTransport rtpTransport;
98+
readonly attribute RtpTransport? rtpTransport;
9999
}
100100
partial interface RtpSender {
101101
// shared between RtpSenders in the same BUNDLE group

0 commit comments

Comments
 (0)