Class UiMediaSoupV3WebRtcClient.TrackPublishingFailedEvent

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

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

    • componentId

      protected String componentId
    • audio

      protected boolean audio
    • video

      protected boolean video
    • errorMessage

      protected String errorMessage
  • Constructor Details

    • TrackPublishingFailedEvent

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

      public TrackPublishingFailedEvent(String componentId, boolean audio, boolean video, String errorMessage)
  • Method Details