Skip to content

startGroupCallRecording

Function · TDLib 1.8.67 · d1085f9c

Starts recording of an active group call; for video chats only. Requires groupCall.can_be_managed right

startGroupCallRecording(
  group_call_id: int32,
  title: string,
  record_video: Bool,
  use_portrait_orientation: Bool
) → Ok

group_call_id

int32

Group call identifier

title

string

Group call recording title; 0-64 characters

record_video

Bool

Pass true to record a video file instead of an audio file

use_portrait_orientation

Bool

Pass true to use portrait orientation for video instead of landscape one