Skip to content

Commit e9a4ea3

Browse files
authored
Fix RTCPeerConnection override
1 parent d801bc2 commit e9a4ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inputfiles/overridingTypes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1873,7 +1873,7 @@
18731873
"setLocalDescription": {
18741874
"name": "setLocalDescription",
18751875
"override-signatures": [
1876-
"setLocalDescription(description: RTCSessionDescriptionInit): Promise<void>"
1876+
"setLocalDescription(description?: RTCSessionDescriptionInit): Promise<void>"
18771877
]
18781878
},
18791879
"setRemoteDescription": {

0 commit comments

Comments
 (0)