Generating a token
How to get the streaming token.
The fetchToken
callback passed to the SDK must return a Promise which resolves to an object containing a token
and a timestamp
.
Please refer to the IMGA Streaming Authentication Flow documentation for full details on how to generate these.
Last updated