Is there a way to programmatically see if a user is online?
Yes, we have a REST API call for that: talkjs.com/docs/REST_API/Reference/User_Presence.html.
Frequently asked questions, and answers.
Yes, we have a REST API call for that: talkjs.com/docs/REST_API/Reference/User_Presence.html.
We published a number of simple examples on how to integrate TalkJS on GitHub:github.com/talkjs/talkjs-examples
If your volume of sending SMS notifications is low (under $10 a month), we don’t charge extra for it.
No, the pricing is for unlimited users/conversations. Note that when you expect particularly high loads and need guaranteed support
Your TalkJS account comes with two TalkJS apps: One for development and testing, and one for production. The development app
Yes, customers get a forever free development account.
TalkJS has been designed with security and privacy in mind. Here are some of the key steps that we take to ensure the highest levels of security and user privacy.
All the message and conversation data is stored on the TalkJS servers, but of course you have access to it
Frontend * JavaScript - Yes * React - Yes, see our examples or our tutorial * VueJS - Yes * Angular - Yes (all
The trick for this is the 'select' method, which you can use to pass another conversation object to
For safeguarding purposes, you may want to give your users the option to block another user. You can create a block button and add it to your chat UI yourself.