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