ChatEventVideoChatParticipantIsMutedToggled constructor
const
ChatEventVideoChatParticipantIsMutedToggled({
- required MessageSender participantId,
- required bool isMuted,
A video chat participant was muted or unmuted
Implementation
const ChatEventVideoChatParticipantIsMutedToggled({
required this.participantId,
required this.isMuted,
});