Class UiMediaSoupV3WebRtcClient.CloseContextMenuCommand

java.lang.Object
org.teamapps.dto.UiMediaSoupV3WebRtcClient.CloseContextMenuCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiMediaSoupV3WebRtcClient

public static class UiMediaSoupV3WebRtcClient.CloseContextMenuCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • requestId

      protected int requestId
  • Constructor Details

    • CloseContextMenuCommand

      @Deprecated public CloseContextMenuCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • CloseContextMenuCommand

      public CloseContextMenuCommand(String componentId, int requestId)
  • Method Details