Class HangUpOptions
- Object
-
- HangUpOptions
-
public final class HangUpOptions extends Object
Property bag class for hanging up a call
-
-
Constructor Summary
Constructors Constructor Description HangUpOptions()
Creates a new instance with a default configuration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.boolean
isForEveryone()
Use to determine whether the current call should be terminated for all participant on the call or notHangUpOptions
setForEveryone(boolean value)
Use to determine whether the current call should be terminated for all participant on the call or not
-
-
-
Method Detail
-
finalize
protected void finalize()
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
-
isForEveryone
public boolean isForEveryone()
Use to determine whether the current call should be terminated for all participant on the call or not
-
setForEveryone
public HangUpOptions setForEveryone(boolean value)
Use to determine whether the current call should be terminated for all participant on the call or not- Parameters:
value
- The new value.
-
-