ChatEventVideoChatParticipantVolumeLevelChanged constructor
const
ChatEventVideoChatParticipantVolumeLevelChanged({
- required MessageSender participantId,
- required int volumeLevel,
A video chat participant volume level was changed
Implementation
const ChatEventVideoChatParticipantVolumeLevelChanged({
required this.participantId,
required this.volumeLevel,
});