Class RedirectCallOptions
java.lang.Object
com.azure.communication.callautomation.models.RedirectCallOptions
The options for creating a call.
-
Constructor Summary
ConstructorsConstructorDescriptionRedirectCallOptions(String incomingCallContext, CallInvite targetParticipant) Constructor -
Method Summary
Modifier and TypeMethodDescriptionGet the incomingCallContext.Information of target of being redirected to
-
Constructor Details
-
RedirectCallOptions
Constructor- Parameters:
incomingCallContext- The incoming call context.targetParticipant- Information of target of being redirected to.
-
-
Method Details
-
getIncomingCallContext
Get the incomingCallContext.- Returns:
- the incomingCallContext.
-
getTargetParticipant
Information of target of being redirected to- Returns:
- the callInvite to redirect target
-