Package org.drinkless.tdlib
Class TdApi.StartGroupCallScreenSharing
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.StartGroupCallScreenSharing
-
- Enclosing class:
- TdApi
public static class TdApi.StartGroupCallScreenSharing extends TdApi.Function
Starts screen sharing in a joined group call. Returns join response payload for tgcalls.Returns
Text
-
-
Field Summary
Fields Modifier and Type Field Description intaudioSourceIdScreen sharing audio channel synchronization source identifier; received from tgcalls.static intCONSTRUCTORIdentifier uniquely determining type of the object.intgroupCallIdGroup call identifier.StringpayloadGroup call join payload; received from tgcalls.
-
Constructor Summary
Constructors Constructor Description StartGroupCallScreenSharing()Default constructor for a function, which starts screen sharing in a joined group call.StartGroupCallScreenSharing(int groupCallId, int audioSourceId, String payload)Creates a function, which starts screen sharing in a joined group call.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
groupCallId
public int groupCallId
Group call identifier.
-
audioSourceId
public int audioSourceId
Screen sharing audio channel synchronization source identifier; received from tgcalls.
-
payload
public String payload
Group call join payload; received from tgcalls.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StartGroupCallScreenSharing
public StartGroupCallScreenSharing()
Default constructor for a function, which starts screen sharing in a joined group call. Returns join response payload for tgcalls.Returns
Text
-
StartGroupCallScreenSharing
public StartGroupCallScreenSharing(int groupCallId, int audioSourceId, String payload)Creates a function, which starts screen sharing in a joined group call. Returns join response payload for tgcalls.Returns
Text- Parameters:
groupCallId- Group call identifier.audioSourceId- Screen sharing audio channel synchronization source identifier; received from tgcalls.payload- Group call join payload; received from tgcalls.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-