GroupCallRecentSpeaker constructor

GroupCallRecentSpeaker({
  1. MessageSender? participantId,
  2. required bool isSpeaking,
})

Implementation

GroupCallRecentSpeaker({this.participantId, required this.isSpeaking});