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