gen-cv icon indicating copy to clipboard operation
gen-cv copied to clipboard

Facing Issue in avatar/interactive/src/js/main.js

Open cgytiam opened this issue 1 year ago • 1 comments

While running the avatar app, from webpage inspect I am getting the below error which is from main.js,

TypeError: SpeechSDK.AvatarVideoFormat is not a constructor

which is getting generated from connectToAvatarService function and more specifically from the below line of the function,

const videoFormat = new SpeechSDK.AvatarVideoFormat()

Not able to understand, what is wrong here. Please help

cgytiam avatar Jun 16 '24 12:06 cgytiam

Hi @cgytiam ,

I wasn't able to reproduce this issue. Could you give a bit more context on changes that you have made so far? Did you validate that the Speech SDK was successfully loaded in the index.html?

Regards, Harmke

harmke avatar Jul 11 '24 07:07 harmke