Add RTCPeerConnection::Close

This commit is contained in:
Manish Goregaokar 2019-03-06 13:11:50 +05:30
parent 5cb5503a75
commit 7343241c3d
2 changed files with 26 additions and 1 deletions

View file

@ -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;