PreCallDiagnosticsFeature interface

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

PreCallDiagnostics feature

Extends

Inherited Properties

name

The feature name.

Methods

startTest(CommunicationTokenCredential, RunOptions)

Inherited Methods

dispose()

Inherited Property Details

name

The feature name.

name: string

Property Value

string

Inherited From CallClientFeature.name

Method Details

startTest(CommunicationTokenCredential, RunOptions)

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

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

Parameters

tokenCredentials
CommunicationTokenCredential
options
RunOptions

Returns

Inherited Method Details

dispose()

function dispose()

Inherited From CallClientFeature.dispose