How To Make A Video Conferencing App With Kodular? (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.
    Powered by Jitsi - Jitsi

I also made a app in a same way few days ago- Video Conferencing App With Kodular

Special Thanks- @Kanishka_Developer, @Mateja & @Vishwas for their inspiration!

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

12 Likes

This post was flagged by the community and is temporarily hidden.

1 Like

Very useful.

2 Likes

Great Guide !! :+1: :+1:

1 Like

Thanks!!!

1 Like

Nice Guide, But don’t mention users in your first post.

he just wants to thanks them whats wrong with that?

This post was flagged by the community and is temporarily hidden.

they just helped them so he is giving thanks to them thats not a problem

This post was flagged by the community and is temporarily hidden.

now lets stop this is going #off-topic

This post was flagged by the community and is temporarily hidden.

It is nowhere written in the guidelines that you can not say thanks or show your gratitude in your post… Please check it once again and read the below-given material by @Peter.

This topic got flooded with everything that is not related to this topic.
I ask the mods to handle it and close the topic.

1 Like

Saying thanks in a first post is something different than getting attention in a first post when you ask a question. So this is ok.

2 Likes

Ok now i am get this.

which guideline did he violated??? it’s not his first post

anyways, nice guide.

Webviewer component supports camera?
Something new.

Can you share which web view extension you have used