Skip to main content

Init

Before start using the dialer events, you need to initialize the service with the BUS.INIT event.

This is done by sending the following event:

{
"type": "BUS.INIT",
"payload": {
"services": ["DIALER"]
}
}