Class TdApi.GroupCallVideoSourceGroup

  • Enclosing class:
    TdApi

    public static class TdApi.GroupCallVideoSourceGroup
    extends TdApi.Object
    Describes a group of video synchronization source identifiers.
    • Field Detail

      • semantics

        public String semantics
        The semantics of sources, one of "SIM" or "FID".
      • sourceIds

        public int[] sourceIds
        The list of synchronization source identifiers.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GroupCallVideoSourceGroup

        public GroupCallVideoSourceGroup()
        Describes a group of video synchronization source identifiers.
      • GroupCallVideoSourceGroup

        public GroupCallVideoSourceGroup​(String semantics,
                                         int[] sourceIds)
        Describes a group of video synchronization source identifiers.
        Parameters:
        semantics - The semantics of sources, one of "SIM" or "FID".
        sourceIds - The list of synchronization source identifiers.