I have made a web application which allows any user to chat using sockets. Now I want to use jitsi to make video calls.
All users on my application are authenticated users. When a user clicks on the call button in chat window, I want to launch Jitsi Meet Conference in a new window by using a REST API Call.
Any guidance or pointers in the right directions is highly appreciated.
For embbeded version you can follow this link and it should work perfectly if you have jitsi-meet running correctly on some domain (public or local):
https://github.com/jitsi/jitsi-meet/blob/master/doc/api.md
lib-jitsi-meet is API if you want to build your own UI and not use embbeded one.