Is it possible to add a video call feature to my application?

Something like skype, google meet, and zoom? Can I do this in weweb? It isn’t a must have feature for me to add, I’m just curious if it can be done and if it is something I can look into adding later?

if it can be done, how would I go about adding it and handling the required permissions from the user?
For example, I know I have my camera permissions blocked, so I’m always asked to use it by whatever needs it.

Thanks again for the help and tips.

For that you will need a proper server.
Like in java it will be something like socket.io, but you can use as well real time databases.

To be honest, i dont know how to do it with weweb, never considered it. But from my view, i would say its possible, just lot of work.

If you have more information about that what you want to do, than it will make things easier to reply.

Thanks you two for the help and sorry for replying late. What @Mark_Pederson posted seems to be close to what I’m thinking about.