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

Issue 1690313002: Update iOS AppRTCDemo to use the updated Objective-C API. (Closed)

Created:
4 years, 10 months ago by hjon_webrtc
Modified:
4 years, 9 months ago
Reviewers:
tkchin_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Update iOS AppRTCDemo to use the updated Objective-C API. BUG= Committed: https://crrev.com/79858f8e9a51e1dd17068d674f9008989c085cce Cr-Commit-Position: refs/heads/master@{#11973}

Patch Set 1 #

Total comments: 7

Patch Set 2 : More updates #

Patch Set 3 : Update Mac demo and other changes after updating against master #

Total comments: 28

Patch Set 4 : Changes based on feedback #

Patch Set 5 : Update against master #

Patch Set 6 : More fixes for ARDAppClientTurn #

Patch Set 7 : Actually fix ice connection state and fix format argument #

Patch Set 8 : Fix another format argument #

Total comments: 2

Patch Set 9 : Update against master (statsId -> reportId) #

Total comments: 7

Patch Set 10 : Changes based on feedback #

Patch Set 11 : Update against master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -233 lines) Patch
M webrtc/examples/objc/AppRTCDemo/ARDAppClient.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ARDAppClient.m View 1 2 3 4 5 6 7 8 9 14 chunks +81 lines, -61 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h View 1 2 3 1 chunk +5 lines, -6 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ARDAppEngineClient.m View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ARDCEODTURNClient.m View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ARDSDPUtils.m View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ARDSignalingMessage.h View 1 2 3 2 chunks +4 lines, -5 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ARDSignalingMessage.m View 1 2 3 4 5 6 7 8 9 4 chunks +16 lines, -14 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ARDStatsBuilder.m View 1 2 3 4 5 6 7 8 10 chunks +24 lines, -46 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ARDTURNClient.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.m View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.m View 2 chunks +7 lines, -5 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/RTCICEServer+JSON.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/RTCICEServer+JSON.m View 1 2 chunks +12 lines, -16 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.m View 2 chunks +3 lines, -6 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.m View 1 1 chunk +5 lines, -3 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.m View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.m View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallView.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.m View 1 2 3 4 5 6 7 8 9 10 4 chunks +14 lines, -14 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/mac/APPRTCAppDelegate.m View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm View 1 2 3 4 5 6 7 8 9 6 chunks +17 lines, -12 lines 0 comments Download
M webrtc/webrtc_examples.gyp View 1 2 3 4 5 6 7 8 9 10 7 chunks +17 lines, -9 lines 0 comments Download

Messages

Total messages: 27 (8 generated)
hjon_webrtc
This isn't fully done yet, but wanted to raise some questions (noted in context). Also, ...
4 years, 10 months ago (2016-02-12 17:34:56 UTC) #2
hjon_webrtc
https://codereview.webrtc.org/1690313002/diff/1/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m File webrtc/examples/objc/AppRTCDemo/ARDAppClient.m (left): https://codereview.webrtc.org/1690313002/diff/1/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m#oldcode17 webrtc/examples/objc/AppRTCDemo/ARDAppClient.m:17: #import "RTCFileLogger.h" I seem to recall that we held ...
4 years, 10 months ago (2016-02-12 18:26:58 UTC) #3
hjon_webrtc
https://codereview.webrtc.org/1690313002/diff/1/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.m File webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.m (right): https://codereview.webrtc.org/1690313002/diff/1/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.m#newcode147 webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.m:147: [_videoCallView.remoteVideoView renderFrame:nil]; Is this line needed? The updated API ...
4 years, 10 months ago (2016-02-12 18:50:58 UTC) #4
hjon_webrtc
Will need both https://codereview.webrtc.org/1692243003/ and https://codereview.webrtc.org/1696673003/ to land first. Haven't updated Mac AppRTCDemo yet.
4 years, 10 months ago (2016-02-19 20:56:21 UTC) #5
hjon_webrtc
ptal
4 years, 10 months ago (2016-02-25 22:40:23 UTC) #6
hjon_webrtc
ptal
4 years, 9 months ago (2016-03-08 16:51:24 UTC) #7
tkchin_webrtc
https://codereview.webrtc.org/1690313002/diff/40001/webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h File webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h (right): https://codereview.webrtc.org/1690313002/diff/40001/webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h#newcode16 webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h:16: #import "webrtc/api/objc/RTCPeerConnection.h" move webrtc imports into their own section ...
4 years, 9 months ago (2016-03-08 19:51:22 UTC) #8
hjon_webrtc
https://codereview.webrtc.org/1690313002/diff/40001/webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h File webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h (right): https://codereview.webrtc.org/1690313002/diff/40001/webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h#newcode16 webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h:16: #import "webrtc/api/objc/RTCPeerConnection.h" On 2016/03/08 19:51:21, tkchin_webrtc wrote: > move ...
4 years, 9 months ago (2016-03-10 03:32:43 UTC) #9
hjon_webrtc
ptal
4 years, 9 months ago (2016-03-11 17:14:08 UTC) #10
tkchin_webrtc
lgtm https://codereview.webrtc.org/1690313002/diff/160001/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m File webrtc/examples/objc/AppRTCDemo/ARDAppClient.m (right): https://codereview.webrtc.org/1690313002/diff/160001/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m#newcode238 webrtc/examples/objc/AppRTCDemo/ARDAppClient.m:238: NSError *error) { ? https://codereview.webrtc.org/1690313002/diff/160001/webrtc/examples/objc/AppRTCDemo/ARDSignalingMessage.m File webrtc/examples/objc/AppRTCDemo/ARDSignalingMessage.m (right): ...
4 years, 9 months ago (2016-03-11 20:47:38 UTC) #11
hjon_webrtc
ptal https://codereview.webrtc.org/1690313002/diff/160001/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m File webrtc/examples/objc/AppRTCDemo/ARDAppClient.m (right): https://codereview.webrtc.org/1690313002/diff/160001/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m#newcode238 webrtc/examples/objc/AppRTCDemo/ARDAppClient.m:238: NSError *error) { On 2016/03/11 20:47:38, tkchin_webrtc wrote: ...
4 years, 9 months ago (2016-03-11 22:44:15 UTC) #12
tkchin_webrtc
lgtm https://codereview.webrtc.org/1690313002/diff/160001/webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm File webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm (right): https://codereview.webrtc.org/1690313002/diff/160001/webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm#newcode14 webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm:14: #import <Foundation/Foundation.h> On 2016/03/11 22:44:15, hjon_webrtc wrote: > ...
4 years, 9 months ago (2016-03-11 23:33:23 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690313002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690313002/180001
4 years, 9 months ago (2016-03-11 23:59:08 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/4091)
4 years, 9 months ago (2016-03-12 00:25:28 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690313002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690313002/180001
4 years, 9 months ago (2016-03-13 00:47:07 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: android_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_rel/builds/11689)
4 years, 9 months ago (2016-03-13 01:01:18 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690313002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690313002/200001
4 years, 9 months ago (2016-03-14 04:03:59 UTC) #24
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 9 months ago (2016-03-14 05:08:30 UTC) #25
commit-bot: I haz the power
4 years, 9 months ago (2016-03-14 05:08:40 UTC) #27
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/79858f8e9a51e1dd17068d674f9008989c085cce
Cr-Commit-Position: refs/heads/master@{#11973}

Powered by Google App Engine
This is Rietveld 408576698