ChatEventVideoChatParticipantIsMutedToggled constructor

ChatEventVideoChatParticipantIsMutedToggled(
  1. {required MessageSender participant_id,
  2. required bool is_muted,
  3. int? extra,
  4. int? clientId}
)

A video chat participant was muted or unmuted

Implementation

ChatEventVideoChatParticipantIsMutedToggled