CreateCallOptions Class
- java.
lang. Object - com.
azure. communication. callautomation. models. CreateCallOptions
- com.
public final class CreateCallOptions
The options for creating a p2p call.
Constructor Summary
| Constructor | Description |
|---|---|
| CreateCallOptions(CallInvite callInvite, String callbackUrl) |
Constructor |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getCallbackUrl()
Get the call back uri. |
|
Call |
getCallIntelligenceOptions()
Get the Call |
|
Call |
getCallInvite()
Get Call invitee information |
|
Media |
getMediaStreamingOptions()
Get the Media Streaming configuration. |
| String |
getOperationContext()
Get the operation |
|
Microsoft |
getTeamsAppSource()
Get the teams |
|
Transcription |
getTranscriptionOptions()
Get the Transcription configuration. |
|
Create |
setCallIntelligenceOptions(CallIntelligenceOptions callIntelligenceOptions)
Set the Call |
|
Create |
setMediaStreamingOptions(MediaStreamingOptions mediaStreamingOptions)
Set the media streaming configuration. |
|
Create |
setOperationContext(String operationContext)
Set the operation |
|
Create |
setTeamsAppSource(MicrosoftTeamsAppIdentifier teamsAppSource)
Set the teams |
|
Create |
setTranscriptionOptions(TranscriptionOptions transcriptionOptions)
Set the transcription configuration. |
Methods inherited from java.lang.Object
Constructor Details
CreateCallOptions
public CreateCallOptions(CallInvite callInvite, String callbackUrl)
Constructor
Parameters:
Method Details
getCallbackUrl
public String getCallbackUrl()
Get the call back uri.
Returns:
getCallIntelligenceOptions
public CallIntelligenceOptions getCallIntelligenceOptions()
Get the CallIntelligenceOptions property: AI options for the call such as cognitiveServicesEndpoint
Returns:
getCallInvite
public CallInvite getCallInvite()
Get Call invitee information
Returns:
getMediaStreamingOptions
public MediaStreamingOptions getMediaStreamingOptions()
Get the Media Streaming configuration.
Returns:
getOperationContext
public String getOperationContext()
Get the operationContext: A customer set value used to track the answering of a call.
Returns:
getTeamsAppSource
public MicrosoftTeamsAppIdentifier getTeamsAppSource()
Get the teamsAppSource property: The identifier of the source for creating call with Teams resource account ID.
Returns:
getTranscriptionOptions
public TranscriptionOptions getTranscriptionOptions()
Get the Transcription configuration.
Returns:
setCallIntelligenceOptions
public CreateCallOptions setCallIntelligenceOptions(CallIntelligenceOptions callIntelligenceOptions)
Set the CallIntelligenceOptions property: AI options for the call such as cognitiveServicesEndpoint
Parameters:
Returns:
setMediaStreamingOptions
public CreateCallOptions setMediaStreamingOptions(MediaStreamingOptions mediaStreamingOptions)
Set the media streaming configuration.
Parameters:
Returns:
setOperationContext
public CreateCallOptions setOperationContext(String operationContext)
Set the operationContext: A customer set value used to track the answering of a call.
Parameters:
Returns:
setTeamsAppSource
public CreateCallOptions setTeamsAppSource(MicrosoftTeamsAppIdentifier teamsAppSource)
Set the teamsAppSource property: The identifier of the source for creating call with Teams resource account ID.
Parameters:
Returns:
setTranscriptionOptions
public CreateCallOptions setTranscriptionOptions(TranscriptionOptions transcriptionOptions)
Set the transcription configuration.
Parameters:
Returns: