/api/negotiate
get
https://{yourEndpoint}
/api/negotiate
Negotiate
You will need the
url
Response parameter for SignalR hub connectionaccessToken
Response parameter for SignalR hub connection
For generating UUIDs you can use any library, that complies with RFC4122.
For example https://www.npmjs.com/package/uuid.
You can also use different method for generating userIds, as long as you can ensure, that each client will have unique id.
Last modified 3yr ago