Class TdApi.StartGroupCallScreenSharing

Enclosing class:
TdApi

public static class TdApi.StartGroupCallScreenSharing extends TdApi.Function<TdApi.Text>
Starts screen sharing in a joined group call. Returns join response payload for tgcalls.

Returns Text

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Screen sharing audio channel synchronization source identifier; received from tgcalls.
    static final int
    Identifier uniquely determining type of the object.
    int
    Group call identifier.
    Group call join payload; received from tgcalls.
  • Constructor Summary

    Constructors
    Constructor
    Description
    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

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • 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:
  • Constructor Details

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