StartGroupCallRecording constructor
const
StartGroupCallRecording({})
Starts recording of an active group call. Requires groupCall.can_be_managed group call flag
Implementation
const StartGroupCallRecording({
required this.groupCallId,
required this.title,
required this.recordVideo,
required this.usePortraitOrientation,
});