Class UiMediaSoupV3WebRtcClient.TrackPublishingSuccessfulEvent

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

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

    • componentId

      protected String componentId
    • audio

      protected boolean audio
    • video

      protected boolean video
  • Constructor Details

    • TrackPublishingSuccessfulEvent

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

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