Class MuteForcedInfo

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MuteForcedInfo​(boolean active)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getActive()
      Whether the moderator has muted streams in the session (true) or disabled the mute state in the session (false).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MuteForcedInfo

        protected MuteForcedInfo​(boolean active)
    • Method Detail

      • getActive

        public boolean getActive()
        Whether the moderator has muted streams in the session (true) or disabled the mute state in the session (false).
        Returns:
        The value.