For now, it is possible to get the information of a live game, but you need to "track the live game", it's like the op.gg principle for a live game, you need to send an HTTP request to see if there is a live game and get the info of it if there is one.
What I want is to detect that a game started from the client, I need to do some research and play around with the client's API.
I am able to detect the live game, but without using the client's API, I will keep this issue. in case i found a way to do that from the client's api [lcu]. But it is not really needed.
For now, it is possible to get the information of a live game, but you need to "track the live game", it's like the op.gg principle for a live game, you need to send an HTTP request to see if there is a live game and get the info of it if there is one.
What I want is to detect that a game started from the client, I need to do some research and play around with the client's API.