Create telnyx chat bot example application
This commit is contained in:
7
examples/telnyx-chatbot/templates/streams.xml.template
Normal file
7
examples/telnyx-chatbot/templates/streams.xml.template
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Response>
|
||||
<Connect>
|
||||
<Stream url="wss://<your server url>/ws" bidirectionalMode="rtp"></Stream>
|
||||
</Connect>
|
||||
<Pause length="40"/>
|
||||
</Response>
|
||||
Reference in New Issue
Block a user