Malte Buttjer
Malte Buttjer
> This is the write method in my program - it has been working for ages (>1 year, used on a bunch of stations connected to BLE sensors out there),...
try ```{@html $_('textwithlink')}```
I want to point out that I receive reconnecting logs but the state remain `connected` while being offline. This might be related.
@hiroshihorie Thanks for the quick response! This is how we mute ```await self.room.localParticipant.unpublishAll()``` and unmute ```try await self.room.localParticipant.setMicrophone(enabled: true)```