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

no audio config settled

parent 55b9b25a
...@@ -25,7 +25,6 @@ export class VideoInputApp { ...@@ -25,7 +25,6 @@ export class VideoInputApp {
this.mNetConfig.IceServers = [ 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:stun.l.google.com:19302" }, { urls: "stun:stun.l.google.com:19302" },
{ urls: 'stun:stun.l.google.com:19302'}
/*{ urls: 'stun:stun1.l.google.com:19302'}, /*{ urls: 'stun:stun1.l.google.com:19302'},
{ urls: 'stun:stun2.l.google.com:19302'}, { urls: 'stun:stun2.l.google.com:19302'},
{ urls: 'stun:stun3.l.google.com:19302'}, { urls: 'stun:stun3.l.google.com:19302'},
...@@ -76,7 +75,7 @@ export class VideoInputApp { ...@@ -76,7 +75,7 @@ export class VideoInputApp {
//create media configuration //create media configuration
var config = new awrtc.MediaConfig(); var config = new awrtc.MediaConfig();
config.Audio = audio; config.Audio = false;//audio;
config.Video = video; config.Video = video;
config.IdealWidth = 640; config.IdealWidth = 640;
config.MinWidth = 640; config.MinWidth = 640;
......
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