twilio-professional-services/flex-project-template

Error with chat-to-video

Closed this issue · 2 comments

Trying to use chat-to-video-escalation, yes I could install it but when I test it, it's not working because my shared videoroom url is not found, and yes searching, someone knows why this happens or how to fix it? I need an index.html file into my serverless chat-to-video-escalation folder, but I don't know where I can get it
twilioVideocall004
twilioVideocall003
twilioVideocall002
twilioVideocall001

dremin commented

It looks like you don't have a compiled version of the video app deployed to serverless, which you'll need for this to work. The chat-to-video app is compiled and copied to the serverless-functions assets directory when the postinstall script runs (either when performing npm install in the root directory or when running npm run postinstall manually). It also happens when running npm run deploy in the video app's package directory. Hopefully this helps; the GitHub actions scripts also do this out of the box.

dremin commented

Closing due to no response--feel free to re-open if necessary. Thanks!