How to know which AudioComponent belongs to which player?

I have a multiplayer session and I’m trying to spatialize voice chat by attaching each players’ voice to their character.
I succeeded in attaching “the other player’s voice” when we are just two, because I only see one AudioComponent and I know for sure it is not mine. But what when there are more than two players?

Is there a way to know which player is the owner of a particular AudioComponent?