xatkit-bot-platform / xatkit-chat-widget

(React) Chat widget for Xatkit
https://xatkit.com
MIT License
6 stars 2 forks source link

Add origin in the message arguments #42

Closed gdaniel closed 4 years ago

gdaniel commented 4 years ago

This can be retrieved with window.location.origin.

gdaniel commented 4 years ago

@hamzaed I tested it with auto-discovery of the bot location, could you check if it works with the constructor property and/or if we need to add a new constructor parameter to specify the origin?

hamzaed commented 4 years ago

We just need to expose the parameter in renderXatkitWidget #43

hamzaed commented 4 years ago

It's done. We can close this issue now.