StartGroupCallRecording constructor

StartGroupCallRecording(
  1. {required int group_call_id,
  2. required String title,
  3. required bool record_video,
  4. required bool use_portrait_orientation,
  5. int? extra,
  6. int? clientId}
)

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

Returns Ok

Implementation

StartGroupCallRecording