Class AudioOptions


  • @Deprecated
    public final class AudioOptions
    extends Object
    Deprecated.
    Use IncomingAudioOptions and OutgoingAudioOptions instead
    Property bag class for Audio Options. Use this class to set audio settings required during a call (start/join)
    • Constructor Summary

      Constructors 
      Constructor Description
      AudioOptions()
      Deprecated.
      Creates a new instance with a default configuration
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected void finalize()
      Deprecated.
      Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
      boolean isMuted()
      Deprecated.
      Deprecated use muted property in OutgoingAudioOptions instead
      AudioOptions setMuted​(boolean value)
      Deprecated.
      Deprecated use muted property in OutgoingAudioOptions instead
      • Methods inherited from class Object

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

      • AudioOptions

        public AudioOptions()
        Deprecated.
        Creates a new instance with a default configuration
    • Method Detail

      • finalize

        protected void finalize()
        Deprecated.
        Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
        Overrides:
        finalize in class Object
      • isMuted

        @Deprecated
        public boolean isMuted()
        Deprecated.
        Deprecated use muted property in OutgoingAudioOptions instead
        Start an outgoing or accept incoming call muted (true) or un-muted(false)
      • setMuted

        @Deprecated
        public AudioOptions setMuted​(boolean value)
        Deprecated.
        Deprecated use muted property in OutgoingAudioOptions instead
        Start an outgoing or accept incoming call muted (true) or un-muted(false)
        Parameters:
        value - The new value.