| Index: Modules/mediastream/RTCPeerConnection.idl
|
| diff --git a/Modules/mediastream/RTCPeerConnection.idl b/Modules/mediastream/RTCPeerConnection.idl
|
| index 0553b8920e04d7fdf089d8b3d169d901a1e82774..bc9708c2af5bf997748ce6bcdbc470f371295115 100644
|
| --- a/Modules/mediastream/RTCPeerConnection.idl
|
| +++ b/Modules/mediastream/RTCPeerConnection.idl
|
| @@ -68,6 +68,7 @@
|
|
|
| sequence<MediaStream> getLocalStreams();
|
| sequence<MediaStream> getRemoteStreams();
|
| + MediaStream getStreamById(DOMString streamId);
|
|
|
| [StrictTypeChecking] void addStream(in MediaStream stream, in [Optional] Dictionary mediaConstraints)
|
| raises(DOMException);
|
|
|