Web library v1.5.0
-
Added new setting which allows you to hide the input field (in the invite notification) when the client is outside the defined business hours (
weekdays).hideInputAfterBusinessHours -
Added translation for aria labels
-
Changed default
pushTypeto6, which is the "universal" FCM solution created in the Client API, docs -
Added code which will create the key
pushTypein your localStorage with the supported pushType this library has (in this case6) as the value. This key/value is queried on start of the chat. If the key doesn't exists BUT thepushTokenkey does exist, we can assume that this pushToken is used with version3and we should delete it and re-register the device with a new pushToken which is generated for version6.