Our system requires a game report for each round which can be viewed by the operator when required. To facilitate this you would have to handle an url in below format and open game report for the round id + token id from url. Url also contains hash for security, format of which is mentioned below.
The game report needs to be a visual representation of the game round in a URL, and not in text format.
https://<endpoint>?roundId=<roundid>&hash=<hash>&uid=<userId>&operatorId=<operatorid>
roundid = identifies game cycle.
userid = unique identifier of player.
operatorId = Client identification. Same as clientid in game launch URL.
hash = MD5 hash of passKey+operatorid+userId+roundId
Comments
0 comments
Article is closed for comments.