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