I want to add reactions to my Stream App. I saw this:
var userToken = client.createUserSessionToken(userId);
from stream documentation. I don't understand how to get this token. Do we have to make our own method for getting it or getstream.io has createUserSessionToken()
method inbuilt. Can anybody confirm. Can I get one simple example how to get User Session Token.
Thanks in advance....