Hi everyone. I’ve just installed Jitsi on my own server and I am developing a platform which creates new meetings on Jitsi by API. But I require stop creating new meeting manually by using the form inside the welcome page, or creating them by putting a phrase or word in URL. Is it possible in Jitsi to create new meeting by using API only? If so, please help me in this regard…
@emrah, does this approach remove the basic meeting creation mechanism automatically or it will be available and requires something else in configuration?
If you enable the token authentication by installing jitsi-meet-tokens package, a user can create or participate the meeting if they have a valid token.
If you want to allow guest users after the room is created, in this case you will need some extra steps.