Layer 227
PhoneLeaveGroupCallPresentation
Stop screen sharing in a non-RTMP video chat/livestream or conference. Presentations are not supported in live stories or RTMP-mode video chats/livestreams, see here for more info.
method
Users
phone.leaveGroupCallPresentation#1c50d144 call:InputGroupCall = Updates;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | Group call whose presentation connection should be stopped |
Returns
UpdatesGogram Example
// PhoneLeaveGroupCallPresentation - positional arguments result, err := client.PhoneLeaveGroupCallPresentation(&tg.InputGroupCall{}) if err != nil { // handle error } // result is *tg.Updates
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |