How to make a video meeting app in 10 lines of code
The Repl I shared below is a complex version of what I'm about to show you.
Here are the 10 lines code
I think the code is self-explanatory, you can check out the API docs if you want to know more.
Using this you can make a web app with literally 10 lines of code! The API docs are available here.
This is the link to their official site https://www.rtcmulticonnection.org/.
You can check out the API docs and can add more features like screen sharing and much more! …
Happy coding!
Love it! I am working on integration with ePlus on BestPenguin Point (https://point.ebp11.repl.co).
@AbaanShanid Im suprised more people havent upvoted this lol, This is amazing and i hope you can further expand it in the future! A few suggestions:
- Meeting Passwords
- Accounts
- Better Easier to type ID's
- An Enter button on login screen
Thats it for now! Good Job!
@JaceBillingsley Thanks for the feedback to be honest I made this Repl way before and thought of sharing it now. I don't know why but most of my posts are underrated.
@AbaanShanid I know how you feel man, are you good at js?
@JaceBillingsley Yeah, I guess
@AbaanShanid Same feelings about my repls as you.
@JaceBillingsley Check out my latest post https://repl.it/talk/share/The-Would-You-Rather-API/118422
Thank you for sharing this method. I didn't know about it. In general, I usually just use already made applications. Our company quite often organizes various online meetings on different occasions with the help of https://www.lead.app/lead-bot_slack/. This is quite a handy application. If I wanted to make an application for online meetings, I would make something similar because there is a very convenient and understandable interface. In general, such apps have become quite popular during the pandemic, which is very profitable for the creators.
Wow, cool! I tried making one in python, it did not work because of the speed.