ChatEventVideoChatParticipantVolumeLevelChanged constructor

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

A video chat participant volume level was changed

Implementation

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