GroupCallRecentSpeaker constructor
GroupCallRecentSpeaker({
- MessageSender? participantId,
- required bool isSpeaking,
Implementation
GroupCallRecentSpeaker({this.participantId, required this.isSpeaking});