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

lets test turnserver

parent 06aba845
......@@ -23,8 +23,9 @@ export class VideoInputApp {
public constructor() {
this.mNetConfig.IceServers = [
{ urls: "stun:stun.because-why-not.com:443" },
{ urls: "stun:stun.l.google.com:19302" }
{ urls: 'turn:turn.because-why-not.com:443', username:'testuser14', credential: 'pass14' }
/*{ urls: "stun:stun.because-why-not.com:443" },
{ urls: "stun:stun.l.google.com:19302" }*/
];
//use for testing conferences
//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