SetGroupCallParticipantVolumeLevel constructor
SetGroupCallParticipantVolumeLevel({
- required int groupCallId,
- MessageSender? participantId,
- required int volumeLevel,
Implementation
SetGroupCallParticipantVolumeLevel({
required this.groupCallId,
this.participantId,
required this.volumeLevel,
});