Skip to content

Live Game Data API: player identifier in streamer mode #1161

Description

@fabiitch

Hello,

When multiple players have streamer mode enabled, the Live Game Data API may not provide any reliable identifier for them.

For example, if all players in the game have streamer mode enabled, and they all use the default skin, it can become impossible to distinguish them from each other.

The position field can still help in some cases, but it may not be available or reliable in every game mode.

It is also not safe to rely on the player’s index in the returned array, because that order can change when the player reorganizes the scoreboard.

The goal here is not to track the player’s account, but simply to have a stable way to identify the same player during the current game session.

Would it be possible to expose a temporary, game-scoped identifier for each player, even when streamer mode is enabled?

Something like:

"gamePlayerId": 3

or any other anonymous identifier that remains stable for the duration of the game would be enough.
this field can be reuse in events for victim/killer/assiter

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions