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 boolean audio  
    protected java.lang.String componentId  
    protected boolean video  
  • 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
    boolean getAudio()  
    java.lang.String getComponentId()  
    UiEventType getUiEventType()  
    boolean getVideo()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait