[League of Legends launcher] Summoner names in champion select screen

Hello, I’m trying to get teammates information during champion select screen (in particular their summoner names).
I’ve looked over the lol launcher API and not found anything

any ideas?

Hello @lirans59, apologies for the delayed response.
You can get teammates information during the champion select screen from the
champ_select info update, including summoner names.
Example: "displayName\":\"alonewolfM\".
Full log example: app.html.52.log (369.8 KB)