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
This commit is contained in:
houssainy@google.com 2014-10-23 08:40:53 +00:00
parent ad553a2731
commit 2192701135

View File

@ -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);
};