GroupCallParticipantVideoSourceGroup

class pyrogram.raw.types.GroupCallParticipantVideoSourceGroup

Describes a group of video synchronization source identifiers

Constructor of GroupCallParticipantVideoSourceGroup.

Details:
  • Layer: 223

  • ID: DCB118B7

Parameters:
  • semantics (str) – SDP semantics

  • sources (List of int 32-bit) – Source IDs

TL Schema

groupCallParticipantVideoSourceGroup#dcb118b7
semantics:string
sources:Vector<int>

= GroupCallParticipantVideoSourceGroup

Parameter Tree

GroupCallParticipantVideoSourceGroup
├── semanticsstring
└── sourcesVector < int >

Example

GroupCallParticipantVideoSourceGroup(
    semantics="text",
    sources=[0],
)