how to embed jitsi with my web application using REST API CALL?

Nadeem picture Nadeem · Dec 13, 2015 · Viewed 17.4k times · Source

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.

Answer

mirkobrankovic picture mirkobrankovic · Sep 19, 2016

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.