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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAudio()java.lang.StringgetComponentId()UiEventTypegetUiEventType()booleangetVideo()java.lang.StringtoString()
-
-
-
Constructor Detail
-
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 Detail
-
getUiEventType
public UiEventType 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()
-
-