Hi everybody
I’m here with a new guide today
We will make a simple but useful video conferencing application that I mentioned in my last guide.let’s start
@Nisarga had explained this before but did not give clear information on how
Video Conferencing App Guide
Make a nice simple clean UI.
Make separate screens for meeting joining and hosting.
Use a webviewer in both screens. (Microphone & Webcam access is required)
I used an activity starter (android.intent.action.VIEW) to start the meeting in the web browser for my app. (Recommended)
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)
Here comes the main part, link https://meet.jit.si w…
Let’s detail this a little bit now
required extensions
custom web view
1.Introduction
Extension Name: CustomWebView
It is an extended version of web viewer with more customization and flexibility.Its customization and additional features make it different from Web Viewer although it uses same Web View class.
Latest Version: 8
Released: 2020-05-12T18:30:00Z (UTC)
Last Updated: 2020-07-23T18:30:00Z (UTC)
Requires: Android 5+
2.Features
More customization options than normal web viewer
Long Click event
New window request event
Close window request event
Load lo…
List Permission
1.Introduction
Extension Name: listPermission
With this extension it is possible to make a whitelist at once. It also verify the permissions granted in a practical way.
Latest Version: 2.1
Released:2020-05-21T07:03:00Z (UTC)
Last Updated:2020-05-25T13:54:00Z (UTC)
2.Blocks
Methods/Functions
[component_method (5)]
[component_method (6)]
[component_method (1)]
[component_method (7)]
Events
[component_event (4)]
[component_event (5)]
3.Documentation
Methods
Request Permissions
In a…
We must first get the necessary permissions
against the denial of permissions
permissions ok
now custom web view should see permissions
2.Let’s talk a little bit about the site we will use now
You can use it on a different site but it is the number one for this job.
it has an easy logic.Screen sharing support on the computer that can connect up to 50 people with the same room name.
It has many features such as
Besides, you can also create links using taifun clipboard and direct it to the room link with the help of a tex box.
I hope I helped
I’ll talk about firebase storage in my next guide
See you
Thanks @vknow360
Thanks @jarlissonlira2
Thanks @Taifun
FIKIR_KUMESI
5 Likes
This post was flagged by the community and is temporarily hidden.
themaayur
(Mayur Berad)
April 4, 2021, 3:30am
#4
You are just loading a url in webview, how it’s a guide ?
P.S: just now observed that its almost 5 months old topic
1 Like
How many urls do you expect me to upload? Here the goal is a simple conference app. I can of course duplicate the urls.
I used your codes but I am getting a Blank White Screen when the screen initialize. Please help.
1 Like
hello this is the solution to the error
here you need to tick veritical arganament
thank you
1 Like
juninho
(Ertuzio Junior)
June 23, 2021, 12:57pm
#8
Hi everyone, I have a permission issue.
I’ve already put these permissions, you can even see them in my app’s properties, but when I load the Jitsti Meet in my WebViewer, it doesn’t allow me to use Camera or Microphone. Would anyone know give me a tip on how to solve this?
1 Like
use the custom web view plugin
thank you
Jao_12
(Jao 12)
June 26, 2022, 7:43am
#11
hi can you create several video call rooms through the app?