PreCallDiagnosticsFeature interface

注意

此 API 以 Beta 版本预览形式提供给开发者,可能根据我们收到的反馈更改。 请勿在生产环境中使用此 API。

PreCallDiagnostics 功能

扩展

继承属性

name

功能名称。

方法

startTest(CommunicationTokenCredential, RunOptions)

继承的方法

dispose()

继承属性详细信息

name

功能名称。

name: string

属性值

string

继承自CallClientFeature.name

方法详细信息

startTest(CommunicationTokenCredential, RunOptions)

注意

此 API 以 Beta 版本预览形式提供给开发者,可能根据我们收到的反馈更改。 请勿在生产环境中使用此 API。

function startTest(tokenCredentials: CommunicationTokenCredential, options?: RunOptions): Promise<PreCallDiagnosticsResult>

参数

tokenCredentials
CommunicationTokenCredential
options
RunOptions

返回

继承的方法详细信息

dispose()

function dispose()

继承自CallClientFeature.dispose