EndGroupCallRecording constructor

const EndGroupCallRecording({
  1. required int groupCallId,
})

Ends recording of an active group call. Requires groupCall.can_be_managed group call flag

Implementation

const EndGroupCallRecording({
  required this.groupCallId,
});