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:
parent
ad553a2731
commit
2192701135
@ -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);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user