Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(657)

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl

Issue 2749703005: RTCRtpSender with track behind RuntimeEnabled flag (Closed)
Patch Set: external/wpt/webrtc/RTCPeerConnection-idl-expected.txt updated passing 2 more tests Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
index 47d1413cdcc11329261c21be028b1007c418b6a2..262ab9ffae34672351f8b83f7c99815e05159978 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
@@ -112,6 +112,8 @@ enum RTCIceConnectionState {
// spec, remove it or change it?): https://github.com/w3c/webrtc-stats/issues/116
[CallWith=ScriptState] Promise<RTCStatsReport> getStats();
+ // https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-getsenders
+ [RuntimeEnabled=RTCRtpSender] sequence<RTCRtpSender> getSenders();
// https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-getreceivers
sequence<RTCRtpReceiver> getReceivers();

Powered by Google App Engine
This is Rietveld 408576698