factory VoiceSignalJoin.fromJson(Map<String, dynamic> json) => VoiceSignalJoin( channel: json['channel'] as String, );