mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Make corresponding change to the tests
This commit is contained in:
@@ -20,7 +20,7 @@ navigator.getUserMedia({ audio: true, video: true },
|
||||
|
||||
peerConnection.onaddstream = ev => console.log(ev.type);
|
||||
peerConnection.ondatachannel = ev => console.log(ev.type);
|
||||
peerConnection.onicechange = ev => console.log(ev.type);
|
||||
peerConnection.oniceconnectionstatechange = ev => console.log(ev.type);
|
||||
peerConnection.onnegotiationneeded = ev => console.log(ev.type);
|
||||
peerConnection.onopen = ev => console.log(ev.type);
|
||||
peerConnection.onicecandidate = ev => console.log(ev.type);
|
||||
|
||||
Reference in New Issue
Block a user