I am using internal_plain type of authentication for securing jitsi server.
authentication = “internal_plain”
I have registered a user through prosodyctl command.
How can I pass the credentials though the Jitsi Meet API for creating a room?
I am using internal_plain type of authentication for securing jitsi server.
authentication = “internal_plain”
I have registered a user through prosodyctl command.
How can I pass the credentials though the Jitsi Meet API for creating a room?
Hi @amritanshtambi Try JWT Tokens, it’s much better and reliable than internal_plain authentication.
Thanks.
I wanted to avoid JWT tokens. Is there anyway of doing it with plain authentication that I have set?
I want to same. what is the simple way ??
How can i create account with Jitsi-meet Api without prosody command from another server(with a normal HTML page).