StopMediaStreamingOptions Class

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

public final class StopMediaStreamingOptions

Options for the Stop media streaming operation.

Constructor Summary

Constructor Description
StopMediaStreamingOptions()

Creates an instance of StopMediaStreamingOptions 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.

StopMediaStreamingOptions setOperationCallbackUrl(String operationCallbackUrl)

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

StopMediaStreamingOptions setOperationContext(String operationContext)

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

Methods inherited from java.lang.Object

Constructor Details

StopMediaStreamingOptions

public StopMediaStreamingOptions()

Creates an instance of StopMediaStreamingOptions 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 StopMediaStreamingOptions 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 StopMediaStreamingOptions object itself.

setOperationContext

public StopMediaStreamingOptions setOperationContext(String operationContext)

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

Parameters:

operationContext - the operationContext value to set.

Returns:

the StopMediaStreamingOptions object itself.

Applies to