| Index: content/renderer/media/peer_connection_tracker.cc
|
| diff --git a/content/renderer/media/peer_connection_tracker.cc b/content/renderer/media/peer_connection_tracker.cc
|
| index 1b92e23eece3922d7f27d098ac5b3e266996b1f7..bfa8b6f20d8b794629783f1807a1d70dda8e63be 100644
|
| --- a/content/renderer/media/peer_connection_tracker.cc
|
| +++ b/content/renderer/media/peer_connection_tracker.cc
|
| @@ -429,8 +429,8 @@ void PeerConnectionTracker::RegisterPeerConnection(
|
|
|
| info.lid = GetNextLocalID();
|
| info.rtc_configuration =
|
| - "{ servers: " + SerializeServers(config.servers) + ", " +
|
| - "iceTransportType: " + SerializeIceTransportType(config.type) + ", " +
|
| + "{ iceServers: " + SerializeServers(config.servers) + ", " +
|
| + "iceTransportPolicy: " + SerializeIceTransportType(config.type) + ", " +
|
| "bundlePolicy: " + SerializeBundlePolicy(config.bundle_policy) + ", " +
|
| "rtcpMuxPolicy: " + SerializeRtcpMuxPolicy(config.rtcp_mux_policy) + " }";
|
|
|
|
|