Future<void> setMicrophoneMuted(bool muted) async { localUserMediaStream?.setAudioMuted(muted); await updateMuteStatus(); }