Klasse UiMediaSoupV3WebRtcClient.TrackPublishingSuccessfulEvent

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

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

    • componentId

      protected String componentId
    • audio

      protected boolean audio
    • video

      protected boolean video
  • Konstruktordetails

    • TrackPublishingSuccessfulEvent

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

      public TrackPublishingSuccessfulEvent(String componentId, boolean audio, boolean video)
  • Methodendetails