EndGroupCallRecording constructor
      const
      EndGroupCallRecording({ 
    
- required int groupCallId,
Ends recording of an active group call. Requires groupCall.can_be_managed group call flag
Implementation
const EndGroupCallRecording({
  required this.groupCallId,
});