public static class TdApi.StartGroupCallScreenSharing extends TdApi.Function
Returns Text
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
int |
audioSourceId
Screen sharing audio channel synchronization source identifier; received from tgcalls.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
java.lang.String |
payload
Group call join payload; received from tgcalls.
|
Constructor and Description |
---|
StartGroupCallScreenSharing()
Default constructor for a function, which starts screen sharing in a joined group call.
|
StartGroupCallScreenSharing(int groupCallId,
int audioSourceId,
java.lang.String payload)
Creates a function, which starts screen sharing in a joined group call.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public int audioSourceId
public java.lang.String payload
public static final int CONSTRUCTOR
public StartGroupCallScreenSharing()
Returns Text
public StartGroupCallScreenSharing(int groupCallId, int audioSourceId, java.lang.String payload)
Returns Text
groupCallId
- Group call identifier.audioSourceId
- Screen sharing audio channel synchronization source identifier; received from tgcalls.payload
- Group call join payload; received from tgcalls.public int getConstructor()
getConstructor
in class TdApi.Function