Getting Started
Last updated
Last updated
IE11
Edge 12
Firefox 29
Chrome 33
Safari 7.1
For handling FCM Push Notification in an SPA (such as Vue.js or React) or React Native, see this link.
Most functions in the SDK can be called using async/await or by providing a callback function.
You need to log in (either using loginAnonymous
or loginWithToken
) after initializing the TalkPlus SDK.
Once logged in, client can receive realtime messages.
Web Push Notification is not supported. However, if your app need to support FCM push notification, you can register your device FCM token using registerFcmToken
and receive FCM push notification.
TalkPlus SDK does not use cookie or other local storages so closing the browser tab ends the current session.
The error JSON response follows the format below: