Class TdApi.GroupCallParticipantVideoInfo

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.GroupCallParticipantVideoInfo
Enclosing class:
TdApi

public static 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
      Identifier uniquely determining type of the object.
      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 - List of synchronization source groups of the video.
      endpointId - Video channel endpoint identifier.
      isPaused - True, if the video is paused. This flag needs to be ignored, if new video frames are received.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR