Skip to content

dial()

Initiates an outbound call. Accepts a phone number and calls the function assigned in registerDial.

NameTypeDescription
number
optional
stringThe number to dial.
import { omniconnectEvent } from "./vault-medical-omniconnect-25.1.2-release12649.js";


// accepts a number to dial an outbound call
function dialCall(number) {
    omniconnectEvent.dial()
}