你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CallRecording.Start(StartRecordingOptions, CancellationToken) 方法

定义

开始录制通话。

public virtual Azure.Response<Azure.Communication.CallAutomation.RecordingStateResult> Start (Azure.Communication.CallAutomation.StartRecordingOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member Start : Azure.Communication.CallAutomation.StartRecordingOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Communication.CallAutomation.RecordingStateResult>
override this.Start : Azure.Communication.CallAutomation.StartRecordingOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Communication.CallAutomation.RecordingStateResult>
Public Overridable Function Start (options As StartRecordingOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RecordingStateResult)

参数

options
StartRecordingOptions

开始录制的选项

cancellationToken
CancellationToken

取消标记。

返回

适用于