Layer 227
GroupCallParticipantVideoSourceGroupObj
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 GroupCallParticipantVideoSourceGroupObj constructor obj := &tg.GroupCallParticipantVideoSourceGroupObj{ Semantics: "Hello, World!", Sources: &tg.VectorInt{}, }