Link Search Menu Expand Document

Constructor: groupCallParticipantVideo

Back to constructors index

Info about a video stream

Attributes:

NameTypeRequiredDescription
pausedBoolOptionalWhether the stream is currently paused
endpointstringYesEndpoint
source_groupsArray of GroupCallParticipantVideoSourceGroupYesSource groups
audio_sourceintOptionalAudio source ID

Type: GroupCallParticipantVideo

Example:

$groupCallParticipantVideo = ['_' => 'groupCallParticipantVideo', 'paused' => Bool, 'endpoint' => 'string', 'source_groups' => [GroupCallParticipantVideoSourceGroup, GroupCallParticipantVideoSourceGroup], 'audio_source' => int];