SetGroupCallParticipantIsSpeaking constructor
SetGroupCallParticipantIsSpeaking({})
Implementation
SetGroupCallParticipantIsSpeaking({
required this.groupCallId,
required this.audioSource,
required this.isSpeaking,
});