api.joinGroupCall()
Joins an active group call. Returns join response payload for tgcalls
Parameters
JoinGroupCallParams
:chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
groupCallId | number | Group call identifier |
participantId | Identifier of a group call participant, which will be used to join the call; pass null to join as self; video chats only | |
audioSourceId | number | Caller audio channel synchronization source identifier; received from tgcalls |
payload | string | Group call join payload; received from tgcalls |
isMuted | boolean | True, if the user's microphone is muted |
isMyVideoEnabled | boolean | True, if the user's video is enabled |
inviteHash | string | If non-empty, invite hash to be used to join the group call without being muted by administrators |