UpdateGroupCallConnection#
- class pyrogram.raw.types.UpdateGroupCallConnection#
Connection parameters returned after joining a group call, see presentations and stream mode. 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 stream-mode calls, where the client plays the call by downloading media chunks instead of using WebRTC, params instead has one of the following shapes: for a call that entered stream mode, or for an RTMP-mode call.
Constructor of
Update.- Details:
Layer:
227ID:
B783982
- Parameters:
params (
DataJSON) – RTC join response parameters or broadcast-stream metadata, as described abovepresentation (
bool, optional) – Whether these parameters belong to the separate presentation connection instead of the main connection