mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add RTCPeerConnection::AddStream
This commit is contained in:
parent
8b0719a6f2
commit
2d8ac7825c
3 changed files with 25 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue