Klasse UiMediaSoupV3WebRtcClient.TrackPublishingFailedEvent

java.lang.Object
org.teamapps.dto.UiMediaSoupV3WebRtcClient.TrackPublishingFailedEvent
Alle implementierten Schnittstellen:
UiEvent
Umschließende Klasse:
UiMediaSoupV3WebRtcClient

public static class UiMediaSoupV3WebRtcClient.TrackPublishingFailedEvent extends Object implements UiEvent
  • Felddetails

    • componentId

      protected String componentId
    • audio

      protected boolean audio
    • video

      protected boolean video
    • errorMessage

      protected String errorMessage
  • Konstruktordetails

    • TrackPublishingFailedEvent

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

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