🐞 Bug Report: invalid voice settings: voice not found (code 10010)
Summary
When starting a streaming avatar session, the API returns an error even when following the SDK documentation.
The response shows:
{
"code": 10010,
"message": "invalid voice settings: voice not found"
}
Expected Behavior
The session should start successfully, using either:
- the specified voiceId, or
- the avatar’s default voice if none is provided.
Actual Behavior
The request fails with code 10010 even when:
voiceId is set to a valid ID (checked via /voices endpoint), or
- the
voice field is omitted entirely.
