dial()
Initiates an outbound call. Accepts a phone number and calls the function assigned in registerDial.
Parameters
Section link for Parameters| Name | Type | Description |
|---|---|---|
numberoptional | string | The number to dial. |
Example
Section link for Exampleimport { omniconnectEvent } from "./vault-medical-omniconnect-25.1.2-release12649.js";
// accepts a number to dial an outbound call
function dialCall(number) {
omniconnectEvent.dial()
}