A way to know which AudioComponent belongs to which player

I have a multiplayer session. In this session each player has a character, talks with the others and hear an AudioComponent for each other player.
Since I would to spatialize each AudioComponent by attaching it to its own character, is there a way to know (maybe with the OnlineVoice) which player is responsible for a particular AudioComponent?