steep-balloon-41261
05/23/2023, 2:03 PMpolite-kilobyte-67570
05/23/2023, 3:06 PM// assuming we're inside a tree with ParticipantContext set
const participant = useParticipantContext();
participant.setVolume(mute ? 0 : 1);
blue-king-45409
05/23/2023, 5:03 PM