gen-cv
gen-cv copied to clipboard
Facing Issue in avatar/interactive/src/js/main.js
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
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