Platform Changes In 2022
April 2022
- RTM API
The RTM API URL at
wss://app.relay.crisp.chat/
is being phased out. You must replace it with a dynamic URL acquired from the REST API via the Get Connect Endpoints route. - REST API
New REST API routes have been added to acquire connection endpoints, such as the RTM API endpoint. Those endpoints are set per-user, and might vary over time. Connection endpoints can be retrieved for plugins.
- RTM API
Support for the EIO protocol version 4 has been added, which means that Socket.IO clients version 3 (and higher) can now connect to the RTM API. The previous EIO protocol version 3 is still supported.
- RTM API
Conversation subject changes are now sent over the RTM API with
session:set_subject
. Check out the reference for this event.