Web library v1.2.18
- Added a new param when doing
POST /messagescalls to the API that contains the full url of the current page. Normally this information is found in therefererheader, but Chrome is changing the content of this header to contain only the domain of the website you are on. (the API doesn't do anything with this new param yet, we are working on this) - Fixed a problem where the focus would not automatically go into the chat when reloading the page
- Fixed a problem where the send button was not showing in the chat conversation screen, even though the
inviteNotificationSendButtonsetting wastrue(due to the naming of the setting this was expected behaviour, but it wasn't very practical to only allow turning this feature on in the inviteNotification screen)