1

We want to use the Jitsi REST API to create a conference. Our Jitsi instance is already protected by Prosody: only certain users can host a conference (they have to authenticate with user and password credentials to host the room). Now after they did that, the plan is to protect the room by creating a guest-password, which needs to be entered by the chat partners/guests in order for them to join the conference. And exactly this process needs to be automated through the REST API: we want to create the conference through the REST api and pass a password, which needs to be entered by the guest. Is something like that possible?

manifestor
  • 1,352
  • 6
  • 19
  • 34

1 Answers1

0

Look into JWT tokens. It might help with your case.

Mudassir Khan
  • 318
  • 1
  • 11