StopMediaStreamingOptions Class
- java.
lang. Object - com.
azure. communication. callautomation. models. StopMediaStreamingOptions
- com.
public final class StopMediaStreamingOptions
Options for the Stop media streaming operation.
Constructor Summary
| Constructor | Description |
|---|---|
| StopMediaStreamingOptions() |
Creates an instance of Stop |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getOperationCallbackUrl()
Get the operation |
| String |
getOperationContext()
Get the operation |
|
Stop |
setOperationCallbackUrl(String operationCallbackUrl)
Set the operation |
|
Stop |
setOperationContext(String operationContext)
Set 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:
getOperationContext
public String getOperationContext()
Get the operationContext property: The value to identify context of the operation.
Returns:
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:
Returns:
setOperationContext
public StopMediaStreamingOptions setOperationContext(String operationContext)
Set the operationContext property: The value to identify context of the operation.
Parameters:
Returns: