factory MicAudioStatus.fromJson(Map<String, dynamic> json) { return MicAudioStatus( isActive: json['isActive'], deviceName: json['deviceName'], ); }