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 8 months 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