Fire negotiationneeded and icecandidate events

This commit is contained in:
Manish Goregaokar 2019-01-26 20:02:08 -08:00
parent 5bfa42094e
commit 841dd1eb4b
3 changed files with 56 additions and 6 deletions

View file

@ -27,8 +27,8 @@ interface RTCPeerConnection : EventTarget {
// RTCConfiguration getConfiguration();
// void setConfiguration(RTCConfiguration configuration);
// void close();
// attribute EventHandler onnegotiationneeded;
// attribute EventHandler onicecandidate;
attribute EventHandler onnegotiationneeded;
attribute EventHandler onicecandidate;
// attribute EventHandler onicecandidateerror;
// attribute EventHandler onsignalingstatechange;
// attribute EventHandler oniceconnectionstatechange;