Add RTCPeerConnection::AddStream

This commit is contained in:
Manish Goregaokar 2019-01-28 13:48:04 -08:00
parent 8b0719a6f2
commit 2d8ac7825c
3 changed files with 25 additions and 2 deletions

View file

@ -34,6 +34,9 @@ interface RTCPeerConnection : EventTarget {
// attribute EventHandler oniceconnectionstatechange;
// attribute EventHandler onicegatheringstatechange;
// attribute EventHandler onconnectionstatechange;
// removed from spec, but still shipped by browsers
void addStream (MediaStream stream);
};
dictionary RTCConfiguration {