From 2192701135be2055d72a6cb9ccb6eb4c6c29ddc3 Mon Sep 17 00:00:00 2001 From: "houssainy@google.com" Date: Thu, 23 Oct 2014 08:40:53 +0000 Subject: [PATCH] Using the Unused turn configuration in two way test R=andresp@webrtc.org Review URL: https://webrtc-codereview.appspot.com/26909004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7504 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/tools/rtcbot/test/two_way_video_streaming.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/tools/rtcbot/test/two_way_video_streaming.js b/webrtc/tools/rtcbot/test/two_way_video_streaming.js index 888542b919..7b02dce4fd 100644 --- a/webrtc/tools/rtcbot/test/two_way_video_streaming.js +++ b/webrtc/tools/rtcbot/test/two_way_video_streaming.js @@ -29,7 +29,7 @@ function testTwoWayVideoStreaming(test, bot1, bot2) { test.createTurnConfig(onTurnConfig.bind(this), test.fail); function onTurnConfig(config) { - this.createPeerConnection(null, addAndShowStream.bind(this), + this.createPeerConnection(config, addAndShowStream.bind(this), test.fail); };