Hi,
I am trying to build a basic prototype of a meeting service using jaas.
I copied the start example from the account and created a token generation url.
When visit the url https://mydomain/video.php that has the starter example it just creates an infinite loop.
if I change the tenant name to something else, then it works but then the link to join for other users is not usable.
I would appreciate if someone can help me with this and some other question around the integration.
Maybe provide some js console logs for starter that show the problem … Or paste some non working example.
Console is clear of errors.
I think it has to do with my tenant on the jaas platform and the way I generate tokens
This
const api = new JitsiMeetExternalAPI("8x8.vc", {
works
and this
const api = new JitsiMeetExternalAPI("meet.justifit.fr", {
doesn’t
This is not using jaas but using that deployment justifit…
I figured the same. The documentation jumps between the saas and selfhosted solutions and it was a bit confusing for me.
Thank you.