Module tdlight.api

Class TdApi.GroupCallParticipantVideoInfo

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

public static final class TdApi.GroupCallParticipantVideoInfo extends TdApi.Object
Contains information about a group call participant's video channel.
  • Field Details

    • sourceGroups

      public TdApi.GroupCallVideoSourceGroup[] sourceGroups
      List of synchronization source groups of the video.
    • endpointId

      public String endpointId
      Video channel endpoint identifier.
    • isPaused

      public boolean isPaused
      True, if the video is paused. This flag needs to be ignored, if new video frames are received.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GroupCallParticipantVideoInfo

      public GroupCallParticipantVideoInfo()
      Contains information about a group call participant's video channel.
    • GroupCallParticipantVideoInfo

      public GroupCallParticipantVideoInfo(TdApi.GroupCallVideoSourceGroup[] sourceGroups, String endpointId, boolean isPaused)
      Contains information about a group call participant's video channel.
      Parameters:
      sourceGroups - GroupCallVideoSourceGroup[] List of synchronization source groups of the video.
      endpointId - String Video channel endpoint identifier.
      isPaused - boolean True, if the video is paused. This flag needs to be ignored, if new video frames are received.
    • GroupCallParticipantVideoInfo

      public GroupCallParticipantVideoInfo(DataInput input) throws IOException
      Contains information about a group call participant's video channel.
      Throws:
      IOException
  • Method Details