static bool isMicEnabled(Map<String, dynamic>? attributes) { final value = attributes?['is_mic_enabled']; return _toBool(value); }