Video chat
-
Hi Guys,
i’m really new to this whole thing so don’t judge me on my stupid question, i googled a lot but i’m not able to connect the dots yet.
I wanna make an app that includes a video chat function. It seems like that should be possible but i haven’t found any resource explaining something like that in combination with quasar. Is that possible? and if so what components would i use in an application to do that? Is there a webview that i can use?Thanks for your help,
Robert -
Hey, so have a look at WebRTC
If you want a wrapper around it then take a look at PeerJS (although kind of uncessary but it’ll make prototyping a bit faster)
Then I believe you use a frame or canvas to display the video, the docs have some examples on how to do vid chat .