RedirectCallOptions Class

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

public final class RedirectCallOptions

The options for creating a call.

Constructor Summary

Constructor Description
RedirectCallOptions(String incomingCallContext, CallInvite targetParticipant)

Constructor

Method Summary

Modifier and Type Method and Description
String getIncomingCallContext()

Get the incomingCallContext.

CallInvite getTargetParticipant()

Information of target of being redirected to

Methods inherited from java.lang.Object

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

Applies to