This function is intended to compliment the demo client.
Copy channel-transfer
, into the api/
sub folder.
Update dlgaas.js
with the following, so that the escalation can take place to the SMS channel:
Channel_Transfer_SMS = () => {
return 'api/channel-transfer'
}
Add an Environment Variable sms_connector_endpoint
pointing to the deployed AppService (SMS Connector).