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