Class UiLiveStreamComponent.StartCustomEmbeddedLiveStreamPlayerCommand

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

public static class UiLiveStreamComponent.StartCustomEmbeddedLiveStreamPlayerCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • playerEmbedHtml

      protected String playerEmbedHtml
    • embedContainerId

      protected String embedContainerId
  • Constructor Details

    • StartCustomEmbeddedLiveStreamPlayerCommand

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

      public StartCustomEmbeddedLiveStreamPlayerCommand(String componentId, String playerEmbedHtml, String embedContainerId)
  • Method Details