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