Module tdlight.api

Class TdApi.GroupCallVideoSourceGroup

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GroupCallVideoSourceGroup
Enclosing class:
TdApi

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

    • 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
      See Also:
  • Constructor Details

    • 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 - String The semantics of sources, one of "SIM" or "FID".
      sourceIds - int[] The list of synchronization source identifiers.
    • GroupCallVideoSourceGroup

      public GroupCallVideoSourceGroup(DataInput input) throws IOException
      Describes a group of video synchronization source identifiers.
      Throws:
      IOException
  • Method Details