Reputation: 1296
When I am try to generate video conferencing,In this video streaming is perfectly work but in audio there is generate echo sound in it.
Currently I am used webRTC api for that. reference Reference link
Upvotes: 1
Views: 759
Reputation: 3045
Please try to MUTE
your video and check it will be working fine.
Code replace:
meeting.js
self.muted = true;
self.control = false;
Upvotes: 3