onDial()
Allows the integration to register a function to dial the outbound call.
Parameters
Section link for Parameters| Name | Type | Description |
|---|---|---|
dialoptional | Callback | The dial() function to dial the outbound call. |
Example
Section link for Exampleimport { omniconnectEvent } from "./vault-medical-omniconnect-25.1.2-release12649.js";
// Specifies a function to dial an outbound call
function makeCall(dial) {
omniconnectEvent.onDial()
}