Modern communication needs go beyond text. Users want voice notes, visual feedback, and smooth switching between conversations
This month's TalkJS update focuses on exactly that: giving developers the tools to create more flexible, intuitive chat experiences
What's new ๐
๐ฆ๐บ๐ฎ๐ฟ๐๐ฒ๐ฟ ๐บ๐ฒ๐๐๐ฎ๐ด๐ฒ ๐ต๐ฎ๐ป๐ฑ๐น๐ถ๐ป๐ด ๐ฎ๐ ๐๐ฐ๐ฎ๐น๐ฒ (๐ฅ๐๐ฆ๐ง ๐๐ฃ๐)
Working with message data just got easier, as you can:
- filter messages by specific attributes
- import messages from non-participants (guests, removed members)
- set read status more efficiently
Shipping update from TalkJS ๐
โข Kotlin Data API now live on Maven Central (com.talkjs:core)
โข Improved JavaScript Data API subscription handling
โข Flutter & Components SDK fixes
โข WordPress security patch (CVE-2026-1055)
Full March update:
https://t.co/UAmvPfK146
The TalkJS Kotlin Data API is now available on Maven Central: `com.talkjs:core`
Full announcement: https://t.co/UTUiAafMeb
If youโre an Android dev, weโd love to hear your feedback!
Building chat in Android shouldnโt require a webview.
Today weโre launching the TalkJS Kotlin Data API, a native, real-time SDK for Android and JVM apps ๐งต
Use the Kotlin Data API when you want:
โข A fully native chat UI
โข Direct access to chat data
โข Chat state flowing through your business logic
No iframe UI. No embedded web layer. Just Kotlin.