Class UiWebRtcPublisher.SetMicrophoneMutedCommand

java.lang.Object
org.teamapps.dto.UiWebRtcPublisher.SetMicrophoneMutedCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiWebRtcPublisher

public static class UiWebRtcPublisher.SetMicrophoneMutedCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • microphoneMuted

      protected boolean microphoneMuted
  • Constructor Details

    • SetMicrophoneMutedCommand

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

      public SetMicrophoneMutedCommand(String componentId, boolean microphoneMuted)
  • Method Details