mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image |
---|---|---|---|
groupCallParticipantVideo | Info about a video stream | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: groupCallParticipantVideo
Info about a video stream
Attributes:
Name | Type | Required | Description |
---|---|---|---|
paused | Bool | Optional | Whether the stream is currently paused |
endpoint | string | Yes | Endpoint |
source_groups | Array of GroupCallParticipantVideoSourceGroup | Yes | Source groups |
audio_source | int | Optional | Audio source ID |
Type: GroupCallParticipantVideo
Example:
$groupCallParticipantVideo = ['_' => 'groupCallParticipantVideo', 'paused' => Bool, 'endpoint' => 'string', 'source_groups' => [GroupCallParticipantVideoSourceGroup, GroupCallParticipantVideoSourceGroup], 'audio_source' => int];