View Source ExTDLib.Method.ToggleGroupCallScreenSharingIsPaused (ExTDLib v0.0.4)
Pauses or unpauses screen sharing in a joined group call. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| group_call_id | number | Group call identifier. |
| is_paused | bool | Pass true to pause screen sharing; pass false to unpause it. |
More details on telegram's documentation.