File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1764,7 +1764,6 @@ interface RTCPeerConnectionIceErrorEventInit extends EventInit {
1764
1764
1765
1765
interface RTCPeerConnectionIceEventInit extends EventInit {
1766
1766
candidate?: RTCIceCandidate | null;
1767
- url?: string | null;
1768
1767
}
1769
1768
1770
1769
interface RTCReceivedRtpStreamStats extends RTCRtpStreamStats {
Original file line number Diff line number Diff line change @@ -1764,7 +1764,6 @@ interface RTCPeerConnectionIceErrorEventInit extends EventInit {
1764
1764
1765
1765
interface RTCPeerConnectionIceEventInit extends EventInit {
1766
1766
candidate?: RTCIceCandidate | null;
1767
- url?: string | null;
1768
1767
}
1769
1768
1770
1769
interface RTCReceivedRtpStreamStats extends RTCRtpStreamStats {
Original file line number Diff line number Diff line change 705
705
}
706
706
}
707
707
},
708
+ "RTCPeerConnectionIceEventInit" : {
709
+ "members" : {
710
+ "member" : {
711
+ "url" : null // Safari +12 only
712
+ }
713
+ }
714
+ },
708
715
"RTCEncodedAudioFrameMetadata" : {
709
716
"members" : {
710
717
"member" : {
You can’t perform that action at this time.
0 commit comments