ChatEventVideoChatParticipantVolumeLevelChanged constructor

ChatEventVideoChatParticipantVolumeLevelChanged({
  1. MessageSender? participantId,
  2. required int volumeLevel,
})

Implementation

ChatEventVideoChatParticipantVolumeLevelChanged({
  this.participantId,
  required this.volumeLevel,
});