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