I’m looking through the interface config.js and config.js. And i’m wondering how to make everyone who joins (including the first person) to be muted without any user interaction
In config.js, set:
startAudioMuted: 0,
First person will be unmuted when alone in the room. But when someone else joins, both will be muted.