DEV Community

Discussion on: Ionic video call by peerjs

Collapse
 
g_arikado profile image
Carlos Cortina

Those who want to eliminate the echo in the video call add to the ngOnInit:

const audioPlayer = document.getElementById('my-video');
audioPlayer.volume = 0;