Hi, So Im trying to listen to 3 users in a room Host, Player 1 and
Player 2. so i got somthing like this:view.audioSub.publisherIDs =
[service.OwnerCamID, service.PlayerCamID,
service.SecondPlayerCamID];Each item in the array represents a LCCS
ID.So what if any one of these turn out to be null? Do i loose the audio
for everyone?Also since this is an array If i have something like this
in my code in a few places. Could I be adding the same users more than
once. I see in the room console that I ha...