Layer 220
GroupCallParticipantVideoSourceGroup
Describes a group of video synchronization source identifiers
constructor
groupCallParticipantVideoSourceGroup#dcb118b7 semantics:string sources:Vector<int> = GroupCallParticipantVideoSourceGroup;
Parameters
| Name | Type | Description |
|---|---|---|
| Semantics | string | SDP semantics |
| Sources | Vector<int> | Source IDs |
Gogram Example
// Creating GroupCallParticipantVideoSourceGroup constructor obj := &tg.GroupCallParticipantVideoSourceGroup{ Semantics: "...", Sources: []int{}, }