Panchotiya Vipul
Panchotiya Vipul

Reputation: 1296

How to stop echo sound for inbuilt mic in camera

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

Answers (1)

Ashwin Parmar
Ashwin Parmar

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

Related Questions