Discussions
Streaming Avatar API Outdated
Dears,
Hope you are doing well,
Would really appreciate updating the Streaming Avatar API Documentation as its not aligned with the latest changes you did to the Github rep demo project for the interactive avatars
for example the following function inside the StreamingAvatar class doesnt have the knowledgebase paramater whereas in the documentation this parameter exists
export interface StartAvatarRequest {
quality?: AvatarQuality;
avatarName: string;
voice?: {
voiceId?: string;
};
knowledgeId?: string;
}
Also one more thing about the demo project on github, would be really nice to include the parameters for selecting the language of the avatar and voice id to include elevenlab voices if the user want to use them as well as the knowledgebase parameter i mentioned above
Best regards,
Zeyad