Klasse UiWebRtcPublisher.SetMicrophoneMutedCommand

java.lang.Object
org.teamapps.dto.UiWebRtcPublisher.SetMicrophoneMutedCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiWebRtcPublisher

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

    • componentId

      protected String componentId
    • microphoneMuted

      protected boolean microphoneMuted
  • Konstruktordetails

    • SetMicrophoneMutedCommand

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

      public SetMicrophoneMutedCommand(String componentId, boolean microphoneMuted)
  • Methodendetails