Discussions

Ask a Question
Back to All

Can we remove background from interactive avatar?

I am using interactive avatar in my application. I want to make background transparent. Can we do that? If yes then how?

This is the code for avatar initialization :

const res = await avatar.current.createStartAvatar({
quality: AvatarQuality.High,
avatarName: '',
knowledgeId: '', // Or use a custom knowledgeBase.
voice: {
rate: 1.5, // 0.5 ~ 1.5
emotion: VoiceEmotion.SERIOUS,
language: '',
disableIdleTimeout: false,

},
});