I want to implement mute/unmute How can I use the Cloudflare Calls API.

For Workers & Pages, what is the name of the domain?

na

What is the issue or error you’re encountering

na

One way to do it, which has nothing to do with the Calls API, is to toggle the enabled property of the audio or video track on the sender side MediaStreamTrack: enabled property - Web APIs | MDN

1 Like