Link Search Menu Expand Document

Constructor: groupCallParticipantVideoSourceGroup

Back to constructors index

Describes a group of video synchronization source identifiers

Attributes:

NameTypeRequiredDescription
semanticsstringYesSDP semantics
sourcesArray of intYesSource IDs

Type: GroupCallParticipantVideoSourceGroup

Example:

$groupCallParticipantVideoSourceGroup = ['_' => 'groupCallParticipantVideoSourceGroup', 'semantics' => 'string', 'sources' => [int, int]];