Layer 220
PhoneJoinGroupCallPresentation
Start screen sharing in a call
method
Users
phone.joinGroupCallPresentation#cbea6bc4 call:InputGroupCall params:DataJSON = Updates;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | The group call |
| Params | DataJSON | Web RTC parameters |
Returns
UpdatesPossible Errors
| Code | Type | Description |
|---|---|---|
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |
| 403 | PARTICIPANT_JOIN_MISSING | Trying to enable a presentation, when the user hasn't joined the Video Chat with phone. join Group Call. |
Gogram Example
// PhoneJoinGroupCallPresentation - positional arguments result, err := client.PhoneJoinGroupCallPresentation(&tg.InputGroupCall{}, &tg.DataJson{}) if err != nil { // handle error } // result is *tg.Updates