SetGroupCallParticipantIsSpeaking constructor
const
SetGroupCallParticipantIsSpeaking({})
Informs TDLib that speaking state of a participant of an active group has changed
Implementation
const SetGroupCallParticipantIsSpeaking({
required this.groupCallId,
required this.audioSource,
required this.isSpeaking,
});