MadelineProtoDocs/docs/API_docs/constructors/groupCallParticipantVideo.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];