Commit f3dc43a8 by Иван Кубота

lets test turnserver

parent 06aba845
...@@ -23,8 +23,9 @@ export class VideoInputApp { ...@@ -23,8 +23,9 @@ export class VideoInputApp {
public constructor() { public constructor() {
this.mNetConfig.IceServers = [ this.mNetConfig.IceServers = [
{ urls: "stun:stun.because-why-not.com:443" }, { urls: 'turn:turn.because-why-not.com:443', username:'testuser14', credential: 'pass14' }
{ urls: "stun:stun.l.google.com:19302" } /*{ urls: "stun:stun.because-why-not.com:443" },
{ urls: "stun:stun.l.google.com:19302" }*/
]; ];
//use for testing conferences //use for testing conferences
//this.mNetConfig.IsConference = true; //this.mNetConfig.IsConference = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment