Class UiMediaSoupV3WebRtcClient.VoiceActivityChangedEvent

java.lang.Object
org.teamapps.dto.UiMediaSoupV3WebRtcClient.VoiceActivityChangedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiMediaSoupV3WebRtcClient

public static class UiMediaSoupV3WebRtcClient.VoiceActivityChangedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • active

      protected boolean active
  • Constructor Details

    • VoiceActivityChangedEvent

      @Deprecated public VoiceActivityChangedEvent()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • VoiceActivityChangedEvent

      public VoiceActivityChangedEvent(String componentId, boolean active)
  • Method Details