Layer 220
UpdateGroupCallConnection
New Web RTC parameters
constructor
updateGroupCallConnection#b783982 flags:# presentation:flags.0?true params:DataJSON = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| Presentation | flags.0?true | Are these parameters related to the screen capture session currently in progress? |
| Params | DataJSON | Web RTC parameters |
Returns
UpdateGogram Example
// Creating UpdateGroupCallConnection constructor obj := &tg.UpdateGroupCallConnection{ Params: &tg.DataJson{}, // Optional fields: // Presentation: true, }