Commit 9c37b125 by Иван Кубота

stuns

parent a3e3aef1
......@@ -23,7 +23,12 @@ export class VideoInputApp {
public constructor() {
this.mNetConfig.IceServers = [
{ urls: 'turn:turn.because-why-not.com:443', username:'testuser14', credential: 'pass14' }
{ urls: 'turn:turn.because-why-not.com:443', username:'testuser14', credential: 'pass14' },
{ urls: 'stun.l.google.com:19302'},
{ urls: 'stun1.l.google.com:19302'},
{ urls: 'stun2.l.google.com:19302'},
{ urls: 'stun3.l.google.com:19302'},
{ urls: 'stun4.l.google.com:19302'}
/*{ urls: "stun:stun.because-why-not.com:443" },
{ urls: "stun:stun.l.google.com:19302" }*/
];
......
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