Handle event, update UI
void onVuMeterLevel(int micLevel, int spkLevel) { _micLevel = micLevel; _spkLevel = spkLevel; notifyListeners(); }