I'm trying to implement this project: https://github.com/twilio/twilio-video-app-react
I got error "There was a problem getting the Conversation associated with this room." when the ChatProvider
did mount. Seem like chatClient
can't find the conversation with room.sid
but I can't figure out how to create conversation when it doesn't exist and add participants when conversation existed. Does anyone know this issue? Thanks!
Update: the server code: https://gist.github.com/qngnud/c9910afada625a9a4eceb3ad3a67d3b7
TWILIO_CONVERSATIONS_SERVICE_SID
in the env file? Are there errors on the server side that you can share? – philnash