Skip to content

joinVideoChat

Function · TDLib 1.8.67 · d1085f9c

Joins an active video chat. Returns join response payload for tgcalls

joinVideoChat(
  group_call_id: int32,
  participant_id: MessageSender,
  join_parameters: GroupCallJoinParameters,
  invite_hash: string
) → Text

group_call_id

int32

Group call identifier

participant_id

MessageSender

Identifier of a group call participant, which will be used to join the call; pass null to join as self

join_parameters

GroupCallJoinParameters

Parameters to join the call

invite_hash

string

Invite hash as received from internalLinkTypeVideoChat