StartRecordingOptions Constructors

Definition

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

.

Applies to