Closed clowns123 closed 3 years ago
@clowns123 Sure. If you are ok we can hop onto a call and I can explain you how it works. I am in IST (GMT +5.30) timezone. What time suits you?
If you are very comfortable yourself here are the contents of .env
NEXT_PUBLIC_WEBSOCKET_URL=wss://localhost:4000/
NODE_ENV=development
NEXT_PUBLIC_URL=http://localhost:3000
And BTW I have moved to yarn
from npm
as vercel does not have support for node15
yet. So its a monorepo managed by yarn workspaces
. I will update the instructions to run in some time in main readme.md
I'd love to hear your explanation, too. Unfortunately, I am not good at English.
Thank you for the contents of .env.
I joined a company that uses webRTC this time. So your code was very helpful, thank you.
No worries. I'm glad its helpgul to you.
But I don't know the contents of the .env file. I want to run your code. Can you help me?