updateGroupCallConnection

Connection parameters returned after joining a group call, see presentations » and RTMP livestreams ».

If presentation is set, the parameters belong to the separate presentation connection; otherwise they belong to the main connection.

For a normal WebRTC connection, pass params to the local tgcalls group-call engine as its join response payload.

For RTMP-mode calls, params instead has the following shape:

{
  "stream": true,
  "rtmp": true
}

updateGroupCallConnection#b783982 flags:# presentation:flags.0?true params:DataJSON = Update;

Parameters

Name Type Description
flags # Flags, see TL conditional fields
presentation flags.0?true Whether these parameters belong to the separate presentation connection instead of the main connection
params DataJSON RTC join response parameters or broadcast-stream metadata, as described above

Type

Update

Related pages

Group calls

How to start, join and manage group calls and video chats.