Problem/Motivation

I am hosting my own Jitsi server on local host.
When using this module, the "Room link" links to "meet.jit.si/myroomname"

Steps to reproduce

1. Install Beta2
2. Set your own jitsi server address on "Signal server" field on page " /admin/ek_jitsi" (In my case it is local.jitsi.net)
3. Create new "video" content.
4. Access video content with a Drupal user.
5. User gets logged in (for some reason the jitsi page is mutiplied many times so that if I scroll down the page, there are multipe room views.)
Click the link "Room link" and it goes to meet.jit.si instead of the "signal server" address.

EDIT: Found out that the domain is set in the content type "manage display" section format drop down.
But what is the purpose of the "signal server" -field on the /admin/ek_jitsi -page?

Proposed resolution

The Room link, if it is needed, should link to the address which is defined in the settings /admin/ek_jitsi ?

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#4 jitsi-js.patch6.06 KBadominique

Comments

Youcanlearnit created an issue. See original summary.

Youcanlearnit’s picture

Issue summary: View changes
Youcanlearnit’s picture

Issue summary: View changes
adominique’s picture

StatusFileSize
new6.06 KB

The embed field follows the same structure as the one define by @leofishman (issue).
If the field settings is set, it will override the main settings. But if you leave it blank the main settings will be taken by default in the last update.
It just adds more flexibility I guess.

The autostart is triggered multiple time in some site configurations, which create the problem of multiple rooms.
Try the patch attached to solve this problem.