Open
Description
Describe the bug
I have tried the example and everything worked fine but Mute function.
const onMute = async () => {
if (localTracks.audioTrack && localTracks.audioTrack._enabled) {
console.log("onMute true")
await localTracks.audioTrack.setEnabled(false)
} else {
console.log("onMute false")
await localTracks.audioTrack.setEnabled(true)
}
}
When I call onMute, I can see "onMute true" on the console, but it is not muted.
To Reproduce
Steps to reproduce the behavior:
- Call onMute during the live
Expected behavior
Mute audio
Desktop (please complete the following information):
- OS: Mac OS
- Browser: Chrome
- Version: 4.13.0
Metadata
Metadata
Assignees
Labels
No labels