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

Unified Diff: content/renderer/media/rtc_peer_connection_handler.cc

Issue 2721163002: Add support for RTCConfiguration.iceCandidatePoolSize. (Closed)
Patch Set: Merge with master Created 3 years, 9 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: content/renderer/media/rtc_peer_connection_handler.cc
diff --git a/content/renderer/media/rtc_peer_connection_handler.cc b/content/renderer/media/rtc_peer_connection_handler.cc
index 64ecb99391809009238d29967ba82bdb9e770d76..3240a7a2fbe2e9e97bb3f0bade3ce22d159fb618 100644
--- a/content/renderer/media/rtc_peer_connection_handler.cc
+++ b/content/renderer/media/rtc_peer_connection_handler.cc
@@ -298,6 +298,8 @@ void GetNativeRtcConfiguration(
static_cast<RTCCertificate*>(blink_certificate.get())
->rtcCertificate());
}
+
+ webrtc_config->ice_candidate_pool_size = blink_config.iceCandidatePoolSize;
}
void CopyConstraintsIntoRtcConfiguration(
« no previous file with comments | « content/renderer/media/peer_connection_tracker.cc ('k') | content/test/data/media/peerconnection-setConfiguration.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698