Class UiMediaSoupV3WebRtcClient.ConnectionStateChangedEvent

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

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

    • componentId

      protected String componentId
    • connected

      protected boolean connected
  • Constructor Details

    • ConnectionStateChangedEvent

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

      public ConnectionStateChangedEvent(String componentId, boolean connected)
  • Method Details