File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ global.XMLHttpRequest = require('xhr2')
99const Capabilities = {
1010 DIRECTLINE3_SECRET : 'DIRECTLINE3_SECRET' ,
1111 DIRECTLINE3_WEBSOCKET : 'DIRECTLINE3_WEBSOCKET' ,
12+ DIRECTLINE3_DOMAIN : 'DIRECTLINE3_DOMAIN' ,
1213 DIRECTLINE3_POLLINGINTERVAL : 'DIRECTLINE3_POLLINGINTERVAL' ,
1314 DIRECTLINE3_GENERATE_USERNAME : 'DIRECTLINE3_GENERATE_USERNAME' ,
1415 DIRECTLINE3_BUTTON_TYPE : 'DIRECTLINE3_BUTTON_TYPE' ,
@@ -51,6 +52,7 @@ class BotiumConnectorDirectline3 {
5152 this . directLine = new DirectLine ( {
5253 secret : this . caps [ 'DIRECTLINE3_SECRET' ] ,
5354 webSocket : this . caps [ 'DIRECTLINE3_WEBSOCKET' ] ,
55+ domain : this . caps [ 'DIRECTLINE3_DOMAIN' ] ,
5456 pollingInterval : this . caps [ 'DIRECTLINE3_POLLINGINTERVAL' ]
5557 } )
5658
You can’t perform that action at this time.
0 commit comments