Class HangUpOptions

java.lang.Object
com.azure.communication.callautomation.models.HangUpOptions

public class HangUpOptions extends Object
The options for creating a call.
  • Constructor Details

    • HangUpOptions

      public HangUpOptions(boolean isForEveryone)
      Constructor
      Parameters:
      isForEveryone - Boolean to determine if the call should be terminated for all participants.
  • Method Details

    • getIsForEveryone

      public boolean getIsForEveryone()
      Get the boolean to determine if the call should be terminated for all participants.
      Returns:
      the isForEveryone.
    • getRepeatabilityHeaders

      public RepeatabilityHeaders getRepeatabilityHeaders()
      Get the Repeatability headers configuration.
      Returns:
      the repeatabilityHeaders
    • setRepeatabilityHeaders

      public HangUpOptions setRepeatabilityHeaders(RepeatabilityHeaders repeatabilityHeaders)
      Set the repeatability headers
      Parameters:
      repeatabilityHeaders - The repeatability headers configuration.
      Returns:
      the HangUpOptions object itself.