Description:
EmbeddedChat uses the rooms.upload/:rid endpoint for file uploads, which was deprecated in RC 6.10 and removed in RC 8.0. This means file uploads are completely broken for anyone running Rocket.Chat 8.x.
Steps to reproduce:
- Connect EmbeddedChat to a Rocket.Chat 8.x server
- Try to upload a file/image in chat
- Upload fails silently or returns 404
Expected behavior:
File upload should work using the new rooms.media/:rid endpoint (two-step upload + confirm flow).
Reference:
RC Deprecated Endpoints