Class 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 not
      HangUpOptions setForEveryone​(boolean value)
      Use to determine whether the current call should be terminated for all participant on the call or not
      • Methods inherited from class Object

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

      • HangUpOptions

        public HangUpOptions()
        Creates a new instance with a default configuration
    • 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 class Object
      • 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.