Class RedirectCallOptions

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

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

    • RedirectCallOptions

      public RedirectCallOptions(String incomingCallContext, CallInvite targetParticipant)
      Constructor
      Parameters:
      incomingCallContext - The incoming call context.
      targetParticipant - Information of target of being redirected to.
  • Method Details

    • getIncomingCallContext

      public String getIncomingCallContext()
      Get the incomingCallContext.
      Returns:
      the incomingCallContext.
    • getTargetParticipant

      public CallInvite getTargetParticipant()
      Information of target of being redirected to
      Returns:
      the callInvite to redirect target