Class TdApi.GroupCallParticipantVideoInfo

  • Enclosing class:
    TdApi

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

      • 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:
        Constant Field Values
    • Constructor Detail

      • 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.