Wednesday, 5 April 2017

How to reduct noise in webrtc video chatting

I am working on video chatting application using peer to peer webRTC approach where video clarity looks fine but audio is having some extra noise occurring.

Here is the tried code:

navigator.getUserMedia({video: true, audio:true},function(stream){},function(error){});

Any help much appreciated!



via iCoderz Developers

No comments:

Post a Comment