Web library v1.7.3
- The invite notification can now be closed and reopened using the chat button.
- Changed the way aria-expanded is set
Changes that improved upon existing functionality
View All Tagswindow.parleySettings.runOptions.interfaceText.agentTypingText with which you can change
the text that is shown when an agent starts typing.Added support for more MIME types on the POST /media endpoint
Added support for more MIME types on the POST /media endpoint
Changed media ID to a UUID. This way it is easier to deal with image paths. This is also some pre-work for the future where we want to use UUID's for all our image endpoints.
Changed media ID to a UUID. This way it is easier to deal with image paths. This is also some pre-work for the future where we want to use UUID's for all our image endpoints.
PUT /services/account/defaultGET /messages endpoint will return null for the (root) agent key denoting that no agent is currently actively handling this conversation.aria-labelAdded 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 pushType to 6, which is the "universal" FCM solution created in the Client API,
docs
Added code which will create the key pushType in your localStorage with the supported pushType this library has (in
this case 6) as the value. This key/value is queried on start of the chat. If the key doesn't exists BUT the pushToken
key does exist, we can assume that this pushToken is used with version 3 and we should delete it and re-register
the device with a new pushToken which is generated for version 6.