GroupCallRecentSpeaker constructor
const
GroupCallRecentSpeaker({
- required MessageSender participantId,
- required bool isSpeaking,
Describes a recently speaking participant in a group call
Implementation
const GroupCallRecentSpeaker({
required this.participantId,
required this.isSpeaking,
});