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"]
}
}
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"]
}
}