Package org.teamapps.dto
Class UiMediaSoupV3WebRtcClient.ConnectionStateChangedEvent
java.lang.Object
org.teamapps.dto.UiMediaSoupV3WebRtcClient.ConnectionStateChangedEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
UiMediaSoupV3WebRtcClient
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ConnectionStateChangedEvent(String componentId, boolean connected) -
Method Summary
-
Field Details
-
componentId
-
connected
protected boolean connected
-
-
Constructor Details
-
ConnectionStateChangedEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ConnectionStateChangedEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getConnected
public boolean getConnected()
-