Avatar Voice Gets Robotic and Choppy When 10+ Players Join
Hello,
We're running into an issue where the avatar voices turn robotic and the audio gets super choppy when more than 10 players join a room. We're using Meta avatars and set the room capacity to "large," but it’s still happening.
Any ideas on how to fix this?
We're running into an issue where the avatar voices turn robotic and the audio gets super choppy when more than 10 players join a room. We're using Meta avatars and set the room capacity to "large," but it’s still happening.
Any ideas on how to fix this?
currentRealtime.Connect(
roomName,
new Room.ConnectOptions
{
roomServerOptions = new Room.RoomServerOptions
{
configuration = "large"
}
}
);