Module tdlight.api

Class TdApi.EndGroupCallScreenSharing

Enclosing class:
TdApi

public static final class TdApi.EndGroupCallScreenSharing extends TdApi.Function<TdApi.Ok>
Ends screen sharing in a joined group call.

Returns Ok

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • EndGroupCallScreenSharing

      public EndGroupCallScreenSharing()
      Ends screen sharing in a joined group call.

      Returns Ok

    • EndGroupCallScreenSharing

      public EndGroupCallScreenSharing(int groupCallId)
      Ends screen sharing in a joined group call.

      Returns Ok

      Parameters:
      groupCallId - int Group call identifier.
    • EndGroupCallScreenSharing

      public EndGroupCallScreenSharing(DataInput input) throws IOException
      Ends screen sharing in a joined group call.

      Returns Ok

      Throws:
      IOException
  • Method Details