How to add a button to block a user
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.
Frequently asked questions, and answers.
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.
Group chats and 1-on-1 chats both work in the same way. TalkJS uses the same underlying concept, the conversation, for
You can modify an existing conversation by adding and deleting users. To delete a user from the conversation, you can
You only create sessions in the Javascript SDK in the browser environment, there is no need to create a session
When a person is added to a group chat, this person stays a member forever (until you remove them using
Not currently, but it is high on the roadmap and we're working on it.
If your users can both be buyers and seller, you can opt to have a single configuration for them.
Yes, please use the npm package. Click on the link below for more information on how to do this.talkjs.
We have tried reproducing the bug, but when we have user and system messages in the send message call, they
No, this is not possible. Have a look at the link below to see what is possible with our CSS.
Yes, you can. Please click on the link below to see how you can do this.talkjs.com/docs/Customizations/
Currently notifications can only be send to SMS, you can however integrate with other services using our webhooks and REST