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
start |
Inherited Methods
dispose() |
Inherited Property Details
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
Promise<PreCallDiagnosticsResult>
Inherited Method Details
dispose()
function dispose()
Inherited From CallClientFeature.dispose