Class UiWebRtcPublisher.UnPublishCommand

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

public static class UiWebRtcPublisher.UnPublishCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
  • Constructor Details

    • UnPublishCommand

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

      public UnPublishCommand(String componentId)
  • Method Details