andresp@webrtc.org
8c5b27de9a
Allow to skip turn by passing ts=false to apprtc.
...
R=braveyao@webrtc.org , fischman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/6809004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5384 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-01-14 17:00:23 +00:00
andrew@webrtc.org
20078e2f9b
Support video constraints and use key/value pairs.
...
- Remove the minre and maxre parameters in favour of setting video
constraints directly.
- In order to support non-boolean values, have constraints passed as
key/value pairs, rather than the leading "-" syntax used earlier to
specify false.
TESTED=Verified that setting various audio and video constraints has
the desired effect, including "true" and "false". Verified that the "hd"
parameter still works.
R=fischman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/2360005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@4931 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-10-05 02:26:50 +00:00
wu@webrtc.org
bc189fb3b9
* Prefer to send ISAC on clank.
...
* Add url option asc and arc to allow setting preferred audio send/receive codec.
TESTED=mobile as caller and callee:
pc-n7: pc sends opus, n7 sends isac
pc-n4: pc sends opus, n4 sends isac
pc-pc opus-opus
R=braveyao@webrtc.org , juberti@google.com
Review URL: https://webrtc-codereview.appspot.com/2196006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@4742 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-09-13 20:11:47 +00:00
braveyao@webrtc.org
a80ee74f69
AppRTC: using a footer element instead of div#footer in CSS.
...
R=dutton@google.com
Review URL: https://webrtc-codereview.appspot.com/2200004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@4724 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-09-11 16:24:07 +00:00
fischman@webrtc.org
5a035b4279
apprtc: add ctrl+i Info window showing gathered ICE candidate types
...
R=vikasmarwaha@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/2109004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@4617 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-08-26 17:44:38 +00:00
braveyao@webrtc.org
5f8f112a7b
Not to request to TURN server for local tests. Follow-up work to issue1197.
...
BUG=1197
TEST=Manual test
R=dutton@google.com
Review URL: https://webrtc-codereview.appspot.com/1340004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@4083 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-05-22 07:27:05 +00:00
fischman@webrtc.org
5e2a1bbbc6
AppRTC: make requestTurn() failure non-fatal to call establishment.
...
BUG=1795
R=vikasmarwaha@google.com , vikasmarwaha@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/1504005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@4063 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-05-17 18:32:23 +00:00
vikasmarwaha@webrtc.org
59a06670b5
Updated apprtc demo to interop with firefox.
...
R=juberti@google.com
Review URL: https://webrtc-codereview.appspot.com/1482004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@4040 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-05-16 01:05:19 +00:00
vikasmarwaha@webrtc.org
1993a559e8
Added Stereo url paramter to apprtc demo.
...
R=dutton@google.com
Review URL: https://webrtc-codereview.appspot.com/1418004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@4013 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-05-13 18:48:09 +00:00
vikasmarwaha@webrtc.org
222e9948f5
Migrating Apprtc to use new TURN service which supports time-limited TURN credentials.
...
Review URL: https://webrtc-codereview.appspot.com/1291004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3773 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-04-06 05:58:15 +00:00
braveyao@webrtc.org
f354e1f587
Add audio/video only option in apprtc
...
ISSUE = issue 1507
TEST =
Review URL: https://webrtc-codereview.appspot.com/1216007
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3692 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-20 00:23:55 +00:00
fischman@webrtc.org
a33037ea6c
Added an android_channel.html reflector page to allow Android apps to use a
...
WebView to speak the Channel API from Google AppEngine.
BUG=webrtc:1169
Review URL: https://webrtc-codereview.appspot.com/1145006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3644 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-10 18:28:08 +00:00
braveyao@webrtc.org
07db4a6918
Add symlink of adapter.js from apprtc to base
...
Review URL: https://webrtc-codereview.appspot.com/1160004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3621 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-06 03:35:03 +00:00
vikasmarwaha@webrtc.org
98fce15c6f
Adding webrtc-sample demos under trunk/samples.
...
Review URL: https://webrtc-codereview.appspot.com/1126005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3578 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-02-27 23:22:10 +00:00