Make A Video Conferencing App With Niotron (Guide)

Video Conferencing App Guide

  1. Make a nice simple clean UI.
  2. Make separate screens for meeting joining and hosting.
  3. Use a webviewer in both screens. (Microphone & Webcam access is required)
  4. I used an activity starter (android.intent.action.VIEW) to start the meeting in the web browser for my app. (Recommended)
  5. Then, use two textboxes (make sure that you have given the user a hint that they need to write/type their personalized meeting ID there)
  6. Here comes the main part, link https://meet.jit.si with join text block and webviewer or with the activity starter you used.
  7. If you want to make a web version then you can embed Jitsi Meet in HTML iFrame.


    NOTE : The user will need to press on launch in web to start meeting.
    Jitsi is open-source. You can write “Powered By Jitsi” in about section of your app.
    https://jitsi.org/powered-by-jitsi/

Hope this guide helps you. Feel free to contact me if you face any problem.

2 Likes

good guide.

It would be wonderful to understand if you add the following things :
1 - Screenshot of critical blocks
2 - A test APK
3 - A bit of details on making screens, the logic part with a bit more explaination

Thanks

4 Likes

Nice guide @Nisarga
It will help many users

2 Likes

The app is already on Play Store.

1 Like

maybe you can dm me the link so I can post in here for people to try it

Thanks

1 Like

This is the link to the app made by @Nisarga

3 Likes