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

Issue 2297663004: Use AggressiveConfiguration as the default configuration in IOS (Closed)

Created:
4 years, 3 months ago by honghaiz3
Modified:
4 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Use AggressiveConfiguration as the default configuration in IOS R=haysc@webrtc.org, pthatcher@webrtc.org, tkchin@webrtc.org Committed: https://crrev.com/f7ddc06a43408299b2ae07f6b4a40db2b81670a6 Cr-Commit-Position: refs/heads/master@{#14030}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add argument to the RTCConfiguration constructor #

Total comments: 2

Patch Set 3 : Change argument from bool to enum class #

Patch Set 4 : minor fix #

Total comments: 2

Patch Set 5 : Fix a comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -16 lines) Patch
M webrtc/api/android/jni/peerconnection_jni.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/api/peerconnectioninterface.h View 1 2 3 4 2 chunks +14 lines, -10 lines 0 comments Download
M webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 31 (17 generated)
honghaiz3
4 years, 3 months ago (2016-08-31 05:04:38 UTC) #3
tkchin_webrtc
https://codereview.webrtc.org/2297663004/diff/1/webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm File webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm (right): https://codereview.webrtc.org/2297663004/diff/1/webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm#newcode45 webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm:45: PeerConnectionInterface::RTCConfiguration::AggressiveConfiguration(); why is this the default just for iOS ...
4 years, 3 months ago (2016-08-31 07:37:51 UTC) #4
honghaiz3
https://codereview.webrtc.org/2297663004/diff/1/webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm File webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm (right): https://codereview.webrtc.org/2297663004/diff/1/webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm#newcode45 webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm:45: PeerConnectionInterface::RTCConfiguration::AggressiveConfiguration(); On 2016/08/31 07:37:51, tkchin_webrtc_OOO_till_Sept_12 wrote: > why is ...
4 years, 3 months ago (2016-08-31 15:08:52 UTC) #5
tkchin_webrtc
On 2016/08/31 15:08:52, honghaiz3 wrote: > https://codereview.webrtc.org/2297663004/diff/1/webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm > File webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm (right): > > https://codereview.webrtc.org/2297663004/diff/1/webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm#newcode45 > ...
4 years, 3 months ago (2016-08-31 17:50:11 UTC) #6
honghaiz3
Hi, I just realize that we also need to change the default config when calling ...
4 years, 3 months ago (2016-08-31 18:42:02 UTC) #8
Chuck
lgtm
4 years, 3 months ago (2016-08-31 19:20:39 UTC) #10
pthatcher1
https://codereview.webrtc.org/2297663004/diff/20001/webrtc/api/peerconnectioninterface.h File webrtc/api/peerconnectioninterface.h (right): https://codereview.webrtc.org/2297663004/diff/20001/webrtc/api/peerconnectioninterface.h#newcode257 webrtc/api/peerconnectioninterface.h:257: } I can understand why you would want to ...
4 years, 3 months ago (2016-09-01 07:05:44 UTC) #11
tkchin_webrtc
On 2016/09/01 07:05:44, pthatcher1 wrote: > https://codereview.webrtc.org/2297663004/diff/20001/webrtc/api/peerconnectioninterface.h > File webrtc/api/peerconnectioninterface.h (right): > > https://codereview.webrtc.org/2297663004/diff/20001/webrtc/api/peerconnectioninterface.h#newcode257 > ...
4 years, 3 months ago (2016-09-01 12:38:25 UTC) #12
honghaiz3
https://codereview.webrtc.org/2297663004/diff/20001/webrtc/api/peerconnectioninterface.h File webrtc/api/peerconnectioninterface.h (right): https://codereview.webrtc.org/2297663004/diff/20001/webrtc/api/peerconnectioninterface.h#newcode257 webrtc/api/peerconnectioninterface.h:257: } On 2016/09/01 07:05:44, pthatcher1 wrote: > I can ...
4 years, 3 months ago (2016-09-01 16:07:50 UTC) #14
pthatcher1
lgtm https://codereview.webrtc.org/2297663004/diff/80001/webrtc/api/peerconnectioninterface.h File webrtc/api/peerconnectioninterface.h (right): https://codereview.webrtc.org/2297663004/diff/80001/webrtc/api/peerconnectioninterface.h#newcode231 webrtc/api/peerconnectioninterface.h:231: // A configuration that is safer to use, ...
4 years, 3 months ago (2016-09-01 21:25:49 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2297663004/100001
4 years, 3 months ago (2016-09-01 22:06:03 UTC) #26
honghaiz3
https://codereview.webrtc.org/2297663004/diff/80001/webrtc/api/peerconnectioninterface.h File webrtc/api/peerconnectioninterface.h (right): https://codereview.webrtc.org/2297663004/diff/80001/webrtc/api/peerconnectioninterface.h#newcode231 webrtc/api/peerconnectioninterface.h:231: // A configuration that is safer to use, despite ...
4 years, 3 months ago (2016-09-01 22:06:29 UTC) #27
honghaiz3
Committed patchset #5 (id:100001) manually as f7ddc06a43408299b2ae07f6b4a40db2b81670a6 (presubmit successful).
4 years, 3 months ago (2016-09-01 22:34:17 UTC) #30
commit-bot: I haz the power
4 years, 3 months ago (2016-09-01 22:34:17 UTC) #31
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f7ddc06a43408299b2ae07f6b4a40db2b81670a6
Cr-Commit-Position: refs/heads/master@{#14030}

Powered by Google App Engine
This is Rietveld 408576698