mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Add RTCPeerConnection::Close
This commit is contained in:
parent
5cb5503a75
commit
7343241c3d
2 changed files with 26 additions and 1 deletions
|
@ -26,7 +26,7 @@ interface RTCPeerConnection : EventTarget {
|
|||
// static sequence<RTCIceServer> getDefaultIceServers();
|
||||
// RTCConfiguration getConfiguration();
|
||||
// void setConfiguration(RTCConfiguration configuration);
|
||||
// void close();
|
||||
void close();
|
||||
attribute EventHandler onnegotiationneeded;
|
||||
attribute EventHandler onicecandidate;
|
||||
// attribute EventHandler onicecandidateerror;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue