共用方式為


PreCallDiagnosticsFeature interface

注意

此 API 處於搶鮮版 (Beta) 階段,供開發人員預覽,而且可能會根據收到的意見反應而變更。 請勿將此 API 用於生產環境。

PreCallDiagnostics 功能

Extends

繼承的屬性

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