History log of /external/webrtc/webrtc/tools/rtcbot/bot/browser/bot.js
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fce8f5d31958e8f7c49328449da80267df87fbbc 22-Oct-2014 houssainy@google.com <houssainy@google.com> NOTE: This code review based on the running issue:
https://webrtc-codereview.appspot.com/24939004/

R=andresp@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/29819004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7499 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/tools/rtcbot/bot/browser/bot.js
0371a37f85fe8c1d0d93dbf363aaf2feec0ecf89 17-Oct-2014 houssainy@google.com <houssainy@google.com> Moving creating TURN configration to the host machine instead of the bots - rtcBot

R=andresp@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/24939004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7468 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/tools/rtcbot/bot/browser/bot.js
3e2f8ff36cbe339ebc35d63d3cf8ed379dda3d59 15-Oct-2014 houssainy@google.com <houssainy@google.com> Selecting bot_type changed to be specified in the test file

Selecting bot_type changed to be specified in the test file instead of
specify it in the running command.

Now we can write test for rtcBot that run one bot on chrome for android
and the other bot on chrome for desktop.

R=andresp@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/23069004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7458 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/tools/rtcbot/bot/browser/bot.js
24f62e1a28f8e3f9e50e55c2ac271e2b063c02f0 29-Sep-2014 houssainy@google.com <houssainy@google.com> Adding getStats function to the exposed PeerConnection in RtcBot

Exposed Peerconnection object has new function "getStats". This function
returns the stats as array of reports, and each report is RTCStatReport
with additional attributes names and stats.

names: array of all the stat names in current report.
Stats: dictionary and the key is the stat name, and value is the value
of this stat.

R=andresp@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/23779004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7319 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/tools/rtcbot/bot/browser/bot.js
07ca949346767d15c99268e7c415bb2c78748bfa 22-Sep-2014 houssainy@google.com <houssainy@google.com> Adding webrtc_video_streaming test
This test is streaming video and audio between two bots using webrtc js api.

R=andresp@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/28469004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7261 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/tools/rtcbot/bot/browser/bot.js
04b853b56a4f24b6a151223a8993f18086dda669 09-Sep-2014 houssainy@google.com <houssainy@google.com> Bot Browser files moved to /bot/browser/

because android files will be a different and will need to add more files for Android.

There was a CL to move the browser files form bot/browser/ to /bot/ as i thought it will be the same files used for Android.

R=andresp@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/23529004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7119 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/tools/rtcbot/bot/browser/bot.js
38ef664418bcb8f37971a36b6edd30024b12e7fb 04-Sep-2014 houssainy@google.com <houssainy@google.com> Moving the api.js and bot.js to /rtcbot/bot/ to be shared between
/borwser and /android

R=andresp@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/25369004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7062 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/tools/rtcbot/bot/browser/bot.js
468516c9594bc8490de40be7ffac7069fa24a5a3 02-Sep-2014 andresp@webrtc.org <andresp@webrtc.org> RTCBot is a framework that allows to write tests where logic runs on a single
host that controls multiple endpoints ("bots"). Thus allowing to create more
complex scenarios that would otherwise require non-trival signalling between
multiple parties.

R=houssainy@google.com, phoglund@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/22239004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7021 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/tools/rtcbot/bot/browser/bot.js