Skip to content

onDialError()

Accepts a message string that users see in the Medinquiry UI when a call fails to connect.

NameTypeDescription
message
optional
stringThe error message to display in the MedInquiry UI.
import { omniconnectEvent } from "./vault-medical-omniconnect-25.1.2-release12649.js";


// The call failed to connect
function dialError() {
    omniconnectEvent.onDialError()
}