onDialError()
Accepts a message string that users see in the Medinquiry UI when a call fails to connect.
Parameters
Section link for Parameters| Name | Type | Description |
|---|---|---|
messageoptional | string | The error message to display in the MedInquiry UI. |
Example
Section link for Exampleimport { omniconnectEvent } from "./vault-medical-omniconnect-25.1.2-release12649.js";
// The call failed to connect
function dialError() {
omniconnectEvent.onDialError()
}