StartGroupCallRecording constructor

StartGroupCallRecording({
  1. String? extra,
  2. int? client_id,
  3. int32? group_call_id,
  4. string? title,
  5. Bool? record_video,
  6. Bool? use_portrait_orientation,
})

Implementation

StartGroupCallRecording({
  super.extra,
  super.client_id,
  this.group_call_id,
  this.title,
  this.record_video,
  this.use_portrait_orientation,
});