Parisa (C3D)
NNormal
•Created by Parisa (C3D) on 1/28/2025 in #🤝ask-a-question
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?
currentRealtime.Connect(
roomName,
new Room.ConnectOptions
{
roomServerOptions = new Room.RoomServerOptions
{
configuration = "large"
}
}
);
15 replies