Package org.teamapps.dto
Class UiMediaSoupV3WebRtcClient.TrackPublishingSuccessfulEvent
java.lang.Object
org.teamapps.dto.UiMediaSoupV3WebRtcClient.TrackPublishingSuccessfulEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
- UiMediaSoupV3WebRtcClient
public static class UiMediaSoupV3WebRtcClient.TrackPublishingSuccessfulEvent extends java.lang.Object implements UiEvent
-
Field Summary
Fields Modifier and Type Field Description protected booleanaudioprotected java.lang.StringcomponentIdprotected booleanvideo -
Constructor Summary
Constructors Constructor Description TrackPublishingSuccessfulEvent()Deprecated.Only for Jackson deserialization.TrackPublishingSuccessfulEvent(java.lang.String componentId, boolean audio, boolean video) -
Method Summary
Modifier and Type Method Description booleangetAudio()java.lang.StringgetComponentId()UiEventTypegetUiEventType()booleangetVideo()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
componentId
protected java.lang.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(java.lang.String componentId, boolean audio, boolean video)
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiEvent
-
getAudio
public boolean getAudio() -
getVideo
public boolean getVideo()
-