StartGroupCallRecording constructor
StartGroupCallRecording({})
Implementation
StartGroupCallRecording({
required this.groupCallId,
required this.title,
required this.recordVideo,
required this.usePortraitOrientation,
});