Class UiMediaSoupV3WebRtcClient.SubscriptionPlaybackFailedEvent

java.lang.Object
org.teamapps.dto.UiMediaSoupV3WebRtcClient.SubscriptionPlaybackFailedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiMediaSoupV3WebRtcClient

public static class UiMediaSoupV3WebRtcClient.SubscriptionPlaybackFailedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • errorMessage

      protected String errorMessage
  • Constructor Details

    • SubscriptionPlaybackFailedEvent

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

      public SubscriptionPlaybackFailedEvent(String componentId, String errorMessage)
  • Method Details