technikhil314 / next-webrtc

An open source, privacy focused, in browser, live screen share and webcam video recorder
https://openrtc.vercel.app/
64 stars 15 forks source link

i want study this code #2

Closed clowns123 closed 3 years ago

clowns123 commented 3 years ago

But I don't know the contents of the .env file. I want to run your code. Can you help me?

technikhil314 commented 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

clowns123 commented 3 years ago

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.

technikhil314 commented 3 years ago

No worries. I'm glad its helpgul to you.