Create User / Login
Last updated
Last updated
TalkPlus supports anonymous and token-based login. In order to use token-based login, you must call /api/users/create
and /api/users/login
from our REST API endpoints to create user and retrieve user’s login token.
If you need translation feature, see below.
You need a unique user ID and a username to login anonymously.
You need a unique user ID, a username and a login token to login.
If translationLanguage property in TPLoginParams is set, TPMessage object received via "onMessageReceived" will contain translated text for that language.