public static class TdApi.GroupCallParticipantVideoInfo extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
endpointId
Video channel endpoint identifier.
|
boolean |
isPaused
True if the video is paused.
|
TdApi.GroupCallVideoSourceGroup[] |
sourceGroups
List of synchronization source groups of the video.
|
Constructor and Description |
---|
GroupCallParticipantVideoInfo()
Contains information about a group call participant's video channel.
|
GroupCallParticipantVideoInfo(TdApi.GroupCallVideoSourceGroup[] sourceGroups,
java.lang.String endpointId,
boolean isPaused)
Contains information about a group call participant's video channel.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.GroupCallVideoSourceGroup[] sourceGroups
public java.lang.String endpointId
public boolean isPaused
public static final int CONSTRUCTOR
public GroupCallParticipantVideoInfo()
public GroupCallParticipantVideoInfo(TdApi.GroupCallVideoSourceGroup[] sourceGroups, java.lang.String endpointId, boolean isPaused)
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.public int getConstructor()
getConstructor
in class TdApi.Object