Class AudioOptions
- Object
-
- AudioOptions
-
@Deprecated public final class AudioOptions extends Object
Deprecated.Use IncomingAudioOptions and OutgoingAudioOptions insteadProperty 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 insteadAudioOptions
setMuted(boolean value)
Deprecated.Deprecated use muted property in OutgoingAudioOptions instead
-
-
-
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 classObject
-
isMuted
@Deprecated public boolean isMuted()
Deprecated.Deprecated use muted property in OutgoingAudioOptions insteadStart 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 insteadStart an outgoing or accept incoming call muted (true) or un-muted(false)- Parameters:
value
- The new value.
-
-