SetGroupCallParticipantVolumeLevel constructor

SetGroupCallParticipantVolumeLevel({
  1. required int groupCallId,
  2. MessageSender? participantId,
  3. required int volumeLevel,
})

Implementation

SetGroupCallParticipantVolumeLevel({
  required this.groupCallId,
  this.participantId,
  required this.volumeLevel,
});