diff options
author | pthatcher <pthatcher@chromium.org> | 2015-03-12 18:04:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-13 01:04:41 +0000 |
commit | b3b993aed0ff67c9690482a95dc2b70aec7cbfb3 (patch) | |
tree | d4ef69a06d92c8c660e761aaf71825e23f85a393 /AUTHORS | |
parent | 0c13d05651045212fbc83e21b1b7a02cd1cf66ae (diff) | |
download | chromium_src-b3b993aed0ff67c9690482a95dc2b70aec7cbfb3.zip chromium_src-b3b993aed0ff67c9690482a95dc2b70aec7cbfb3.tar.gz chromium_src-b3b993aed0ff67c9690482a95dc2b70aec7cbfb3.tar.bz2 |
Enables passing Origin value with WebRTC MediaConstraints (flag controlled).
For WebRTC there are instances where it may be desirable to provide
information to the STUN/TURN server about the website that initiated
a peer connection. This change relies on a proposed change to the
WebRTC project (libjingle) that allows an origin string to be provided
via the MediaConstraints interface (submitted as WebRTC issue
12839005). It also introduces a command line flag that must be
enabled (disabled by default) before the origin is passed to libjingle.
This change depends on the WebRTC change, which must be in place before
it can be applied. Together the changes implement the proposed IETF
draft http://tools.ietf.org/html/draft-johnston-tram-stun-origin-02
Patched from https://codereview.chromium.org/359533003/ from skobalt@gmail.com
R=juberti@chromium.org, avi@chromium.org
BUG=webrtc:4091
Review URL: https://codereview.chromium.org/985593002
Cr-Commit-Position: refs/heads/master@{#320416}
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -171,6 +171,7 @@ Glenn Adams <glenn@chromium.org> Gnanasekar Somanathan <gnanasekar.s@samsung.com> Gordana Cmiljanovic <gordana.cmiljanovic@imgtec.com> Goutham Jagannatha <wrm364@motorola.com> +Graham Yoakum <gyoakum@skobalt.com> Gregory Davis <gpdavis.chromium@gmail.com> Grzegorz Czajkowski <g.czajkowski@samsung.com> Guangzhen Li <guangzhen.li@intel.com> @@ -426,6 +427,7 @@ Ruiyi Luo <luoruiyi2008@gmail.com> Ryan Ackley <ryanackley@gmail.com> Ryan Norton <rnorton10@gmail.com> Ryan Sleevi <ryan-chromium-dev@sleevi.com> +Ryan Yoakum <ryoakum@skobalt.com> Ryuan Choi <ryuan.choi@samsung.com> Saikrishna Arcot <saiarcot895@gmail.com> Salvatore Iovene <salvatore.iovene@intel.com> |