mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fire negotiationneeded and icecandidate events
This commit is contained in:
parent
5bfa42094e
commit
841dd1eb4b
3 changed files with 56 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue