hjon
a9635b83e0
Use the right mirroring state when switching cameras in AppRTCDemo.
...
BUG=
Review URL: https://codereview.webrtc.org/1799103002
Cr-Commit-Position: refs/heads/master@{#11988}
2016-03-14 20:43:41 +00:00
hjon
8bbbf2c3da
Rename RTCIceConnectionStateMax to RTCIceConnectionStateCount in Objective-C API.
...
BUG=
Review URL: https://codereview.webrtc.org/1799443006
Cr-Commit-Position: refs/heads/master@{#11987}
2016-03-14 20:15:52 +00:00
hjon
79858f8e9a
Update iOS AppRTCDemo to use the updated Objective-C API.
...
BUG=
Review URL: https://codereview.webrtc.org/1690313002
Cr-Commit-Position: refs/heads/master@{#11973}
2016-03-14 05:08:35 +00:00
tkchin
0ce3bf9cc4
Fix lock behavior on RTCAudioSession.
...
In addition:
- Introduces RTCAudioSessionTest
- iOS/Mac gtests now have an autoreleasepool
- Moves ScopedAutoreleasePool to rtc_base_approved
- Introduces route change button in AppRTCDemo
BUG=webrtc:5649
Review URL: https://codereview.webrtc.org/1782363002
Cr-Commit-Position: refs/heads/master@{#11971}
2016-03-13 00:52:13 +00:00
tkchin
4f735d16ad
Enable iOS AppRTCDemo send side BWE.
...
BUG=
Review URL: https://codereview.webrtc.org/1757173002
Cr-Commit-Position: refs/heads/master@{#11865}
2016-03-04 01:54:37 +00:00
Zeke Chin
615fabb661
Add looping sound button to AppRTCDemo
...
This exposes the issue where AVAudioPlayer will stop playing when the
VoiceProcessing I/O audio unit is initialized.
BUG=
R=haysc@webrtc.org , henrika@webrtc.org
Review URL: https://codereview.webrtc.org/1710053004 .
Cr-Commit-Position: refs/heads/master@{#11750}
2016-02-24 18:58:58 +00:00
tkchin
d1fb26d457
Add iOS tracing.
...
BUG=
Review URL: https://codereview.webrtc.org/1650993004
Cr-Commit-Position: refs/heads/master@{#11469}
2016-02-03 09:51:22 +00:00
terelius
6043f2e5d6
Revert of Adding "first packet received" notification to PeerConnectionObserver. (patchset #5 id:80001 of https://codereview.webrtc.org/1581693006/ )
...
Reason for revert:
onFirstMediaPacketReceived() breaks bot.
Original issue's description:
> Adding "first packet received" notification to PeerConnectionObserver.
>
> R=glaznev@webrtc.org , pthatcher@webrtc.org , tkchin@webrtc.org
>
> Committed: https://crrev.com/42265a8cc3b3f3db4aa2c29005aed2fb4393adef
> Cr-Commit-Position: refs/heads/master@{#11401}
>
> Committed: https://crrev.com/08a6eab75e13613183509d91d3892c1db57f6fc5
> Cr-Commit-Position: refs/heads/master@{#11404}
TBR=pthatcher@webrtc.org ,tkchin@webrtc.org,glaznev@webrtc.org,deadbeef@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.webrtc.org/1647483004
Cr-Commit-Position: refs/heads/master@{#11415}
2016-01-28 13:06:16 +00:00
Taylor Brandstetter
08a6eab75e
Adding "first packet received" notification to PeerConnectionObserver.
...
R=glaznev@webrtc.org , pthatcher@webrtc.org , tkchin@webrtc.org
Committed: https://crrev.com/42265a8cc3b3f3db4aa2c29005aed2fb4393adef
Cr-Commit-Position: refs/heads/master@{#11401}
Review URL: https://codereview.webrtc.org/1581693006 .
Cr-Commit-Position: refs/heads/master@{#11404}
2016-01-27 21:38:57 +00:00
deadbeef
7b3c72ffa9
Revert of Adding "first packet received" notification to PeerConnectionObserver. (patchset #4 id:60001 of https://codereview.webrtc.org/1581693006/ )
...
Reason for revert:
Seems that the end-to-end unit tests are now flaky: https://build.chromium.org/p/client.webrtc/builders/Win64%20Debug/builds/6283
Will reland after fixing the test flakiness.
Original issue's description:
> Adding "first packet received" notification to PeerConnectionObserver.
>
> R=glaznev@webrtc.org , pthatcher@webrtc.org , tkchin@webrtc.org
>
> Committed: https://crrev.com/42265a8cc3b3f3db4aa2c29005aed2fb4393adef
> Cr-Commit-Position: refs/heads/master@{#11401}
TBR=pthatcher@webrtc.org ,tkchin@webrtc.org,glaznev@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.webrtc.org/1640173004
Cr-Commit-Position: refs/heads/master@{#11402}
2016-01-27 21:03:47 +00:00
Taylor Brandstetter
42265a8cc3
Adding "first packet received" notification to PeerConnectionObserver.
...
R=glaznev@webrtc.org , pthatcher@webrtc.org , tkchin@webrtc.org
Review URL: https://codereview.webrtc.org/1581693006 .
Cr-Commit-Position: refs/heads/master@{#11401}
2016-01-27 20:10:44 +00:00
haysc
edd8fefa9b
Add new view that renders local video using AVCaptureLayerPreview.
...
BUG=
Review URL: https://codereview.webrtc.org/1497393002
Cr-Commit-Position: refs/heads/master@{#10940}
2015-12-08 19:08:44 +00:00
tfarina
a41ab9326c
Switch usage of _DEBUG macro to NDEBUG.
...
http://stackoverflow.com/a/29253284/5237416
BUG=None
R=tommi@webrtc.org
NOPRESUBMIT=true
Review URL: https://codereview.webrtc.org/1429513004
Cr-Commit-Position: refs/heads/master@{#10468}
2015-10-30 23:08:54 +00:00
haysc
913e645e10
Loopback and audio only mode.
...
Adds a loopback button that will connect to itself by simulating another client connection to the web socket server.
Adds an audio only mode switch.
BUG=
Review URL: https://codereview.webrtc.org/1334003002
Cr-Commit-Position: refs/heads/master@{#10153}
2015-10-02 18:45:13 +00:00
hjon
abd0d1a3f7
Handle all RTCICEConnectionState values in ARDVideoCallViewController
...
BUG=
Review URL: https://codereview.webrtc.org/1318343005
Cr-Commit-Position: refs/heads/master@{#9839}
2015-09-01 22:35:42 +00:00
Zeke Chin
d33258098b
Add stats overlay to iOS AppRTCDemo.
...
BUG=
R=jiayl@webrtc.org
Review URL: https://codereview.webrtc.org/1289623005 .
Cr-Commit-Position: refs/heads/master@{#9714}
2015-08-14 18:00:11 +00:00
Donald E Curtis
a873644897
Move all the examples from the talk directory into the webrtc examples directory.
...
Significant changes:
- move the libjingle_examples.gyp file into webrtc directory.
- rename talk/examples/android to webrtc/examples/androidapp to avoid name conflicts.
- update paths in talk/libjingle_tests.gyp to point to webrtc directory for Objective-C test.
BUG=
R=pthatcher@webrtc.org , tkchin@webrtc.org
Review URL: https://codereview.webrtc.org/1235563006 .
Cr-Commit-Position: refs/heads/master@{#9681}
2015-08-05 22:48:29 +00:00