Class UiWebRtcPublisher.SetBackgroundImageUrlCommand

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

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

    • componentId

      protected String componentId
    • backgroundImageUrl

      protected String backgroundImageUrl
  • Constructor Details

    • SetBackgroundImageUrlCommand

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

      public SetBackgroundImageUrlCommand(String componentId, String backgroundImageUrl)
  • Method Details