GroupCallRecentSpeaker constructor

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

Describes a recently speaking participant in a group call

Implementation

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