This message was deleted.
# helpdesk
s
This message was deleted.
p
hi Sander! this doesn’t exist as of today. A workaround for building your own component could be something like
Copy code
// assuming we're inside a tree with ParticipantContext set
const participant = useParticipantContext();
participant.setVolume(mute ? 0 : 1);
b
Ahh yes I guess that works! Thanks 🙂