Class UiMediaSoupV3WebRtcClient.TrackPublishingFailedEvent

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

public static class UiMediaSoupV3WebRtcClient.TrackPublishingFailedEvent
extends java.lang.Object
implements UiEvent
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected boolean audio  
    protected java.lang.String componentId  
    protected java.lang.String errorMessage  
    protected boolean video  
  • Constructor Summary

    Constructors
    Constructor Description
    TrackPublishingFailedEvent()
    Deprecated.
    Only for Jackson deserialization.
    TrackPublishingFailedEvent​(java.lang.String componentId, boolean audio, boolean video, java.lang.String errorMessage)  
  • Method Summary

    Modifier and Type Method Description
    boolean getAudio()  
    java.lang.String getComponentId()  
    java.lang.String getErrorMessage()  
    UiEventType getUiEventType()  
    boolean getVideo()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • componentId

      protected java.lang.String componentId
    • audio

      protected boolean audio
    • video

      protected boolean video
    • errorMessage

      protected java.lang.String errorMessage
  • Constructor Details

    • TrackPublishingFailedEvent

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

      public TrackPublishingFailedEvent​(java.lang.String componentId, boolean audio, boolean video, java.lang.String errorMessage)
  • Method Details

    • getUiEventType

      public UiEventType getUiEventType()
      Specified by:
      getUiEventType in interface UiEvent
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiEvent
    • getAudio

      public boolean getAudio()
    • getVideo

      public boolean getVideo()
    • getErrorMessage

      public java.lang.String getErrorMessage()