View Source ExTDLib.Object.GroupCallParticipantVideoInfo (ExTDLib v0.0.4)
Contains information about a group call participant's video channel.
| Name | Type | Description |
|---|---|---|
| source_groups | groupCallVideoSourceGroup | List of synchronization source groups of the video. |
| endpoint_id | string | Video channel endpoint identifier. |
| is_paused | bool | True, if the video is paused. This flag needs to be ignored, if new video frames are received. |
More details on telegram's documentation.