Class UiMediaSoupV3WebRtcClient.SetActiveCommand

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

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

    • componentId

      protected String componentId
    • active

      protected boolean active
  • Constructor Details

    • SetActiveCommand

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

      public SetActiveCommand(String componentId, boolean active)
  • Method Details