StartRecordingOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| StartRecordingOptions(CallLocator) |
Parameters for the Start Recording operation. |
| StartRecordingOptions(String) |
Parameters for the Start Recording operation. |
StartRecordingOptions(CallLocator)
- Source:
- StartRecordingOptions.cs
- Source:
- StartRecordingOptions.cs
Parameters for the Start Recording operation.
public StartRecordingOptions(Azure.Communication.CallAutomation.CallLocator callLocator);
new Azure.Communication.CallAutomation.StartRecordingOptions : Azure.Communication.CallAutomation.CallLocator -> Azure.Communication.CallAutomation.StartRecordingOptions
Public Sub New (callLocator As CallLocator)
Parameters
- callLocator
- CallLocator
.
Applies to
StartRecordingOptions(String)
- Source:
- StartRecordingOptions.cs
- Source:
- StartRecordingOptions.cs
Parameters for the Start Recording operation.
public StartRecordingOptions(string callConnectionId);
new Azure.Communication.CallAutomation.StartRecordingOptions : string -> Azure.Communication.CallAutomation.StartRecordingOptions
Public Sub New (callConnectionId As String)
Parameters
- callConnectionId
- String
.