Layer 227
UpdateGroupCallConnection
Connection parameters returned after joining a group call, see presentations and RTMP livestreams.
constructor
updateGroupCallConnection#b783982 flags:# presentation:flags.0?true params:DataJSON = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| 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 |
Returns
UpdateGogram Example
// Creating UpdateGroupCallConnection constructor obj := &tg.UpdateGroupCallConnection{ Presentation: nil, Params: &tg.DataJson{}, }