setUserIdentity

fun setUserIdentity(email: String, token: String)

Set the user identity token and email. These will be included when starting a chat session to identify the users. These values are only stored in memory and aren't persisted. These values are set when user use the setUserIdentity with passing email and token

Parameters

token

: The token from the identity api. Must not be empty.

email

: The users email address, that matches the token. Must not be empty