Skip to content

Allows the integration to register a function to dial the outbound call.

NameTypeDescription
dial
optional
CallbackThe dial() function to dial the outbound call.
import { omniconnectEvent } from "./vault-medical-omniconnect-25.1.2-release12649.js"; // Specifies a function to dial an outbound call function makeCall(dial) { omniconnectEvent.onDial() }