Layer 220
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{},
}