CallControlAPIChangeRecordingStateAsync Method
changing recording state on behalf of participant
Namespace: TCX.PBXAPIAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public static Task<CallControlResult> ChangeRecordingStateAsync(
this ActiveConnection ac,
RecordingAction newState,
string folder = ""
)
- ac ActiveConnection
- the call connection
- newState RecordingAction
- desired state of the recording
- folder String (Optional)
- if recording is started, it could be placed ro specified subfolder of recordings
TaskCallControlResultIn Visual Basic and C#, you can call this method as an instance method on any object of type
ActiveConnection. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).