summaryrefslogtreecommitdiff
path: root/websocket-server/src/twiml.xml
blob: 2f2510860621e32647a1641b6af3ec287473bf9a (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<Response>
  <Say>Connected</Say>
  <Connect>
    <Stream url="{{WS_URL}}" />
  </Connect>
  <Say>Disconnected</Say>
</Response>