StartMediaStreamingOptions Class

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

public final class StartMediaStreamingOptions

Options for the Start media streaming operation.

Constructor Summary

Constructor Description
StartMediaStreamingOptions()

Creates an instance of StartMediaStreamingOptions class.

Method Summary

Modifier and Type Method and Description
String getOperationCallbackUrl()

Get the operationCallbackUrl property: Set a callback URL that overrides the default callback URL set by CreateCall/AnswerCall for this operation.

String getOperationContext()

Get the operationContext property: The value to identify context of the operation.

StartMediaStreamingOptions setOperationCallbackUrl(String operationCallbackUrl)

Set the operationCallbackUrl property: Set a callback URL that overrides the default callback URL set by CreateCall/AnswerCall for this operation.

StartMediaStreamingOptions setOperationContext(String operationContext)

Set the operationContext property: The value to identify context of the operation.

Methods inherited from java.lang.Object

Constructor Details

StartMediaStreamingOptions

public StartMediaStreamingOptions()

Creates an instance of StartMediaStreamingOptions class.

Method Details

getOperationCallbackUrl

public String getOperationCallbackUrl()

Get the operationCallbackUrl property: Set a callback URL that overrides the default callback URL set by CreateCall/AnswerCall for this operation. This setup is per-action. If this is not set, the default callback URL set by CreateCall/AnswerCall will be used.

Returns:

the operationCallbackUrl value.

getOperationContext

public String getOperationContext()

Get the operationContext property: The value to identify context of the operation.

Returns:

the operationContext value.

setOperationCallbackUrl

public StartMediaStreamingOptions setOperationCallbackUrl(String operationCallbackUrl)

Set the operationCallbackUrl property: Set a callback URL that overrides the default callback URL set by CreateCall/AnswerCall for this operation. This setup is per-action. If this is not set, the default callback URL set by CreateCall/AnswerCall will be used.

Parameters:

operationCallbackUrl - the operationCallbackUrl value to set.

Returns:

the StartMediaStreamingOptions object itself.

setOperationContext

public StartMediaStreamingOptions setOperationContext(String operationContext)

Set the operationContext property: The value to identify context of the operation.

Parameters:

operationContext - the operationContext value to set.

Returns:

the StartMediaStreamingOptions object itself.

Applies to