westonsoftware / vue-webrtc

WebRTC video component for Vue.js
MIT License
365 stars 127 forks source link

turn off video or mute microphone in a live call #77

Closed nazmul-7 closed 2 years ago

nazmul-7 commented 2 years ago

How can turn off the video and mute the microphone in a live call, if I change enableAudio , enableVideo dynamically in live call it doesn't work.

westonsoftware commented 2 years ago

The browser ui provides these controls when you hover a video element. If you want your own controls you'll need to search the dom for the video tag and use .pause() or .mute on it.

dhcmega commented 4 months ago

@nazmul-7 Hi! have you solved this? Any hints? thanks!