Skip to content

Releases: luvolondon/fvtt-module-jitsiwebrtc

Dynamically load jitsi library and config from server

06 Nov 01:46
Compare
Choose a tag to compare

Changelog:

  • Instead of constantly updating the library and guessing at configuration values, load the lib-jitsi-meet API library and the default server config from the selected server. This will hopefully provide a lot more stability to the connections.
  • Fix custom URLs and add some additional custom url settings in case they are needed. Hopefully these should be needed nearly as often anymore since we read the config from the server.

Note:
This change also removes support for legacy FVTT versions older than 0.7.2.

v0.4.1 - Update lib-jitsi-meet

28 Oct 18:20
Compare
Choose a tag to compare

Changelog:

  • Update lib-jitsi-meet to latest version from beta.meet.jit.si. This will hopefully resolve some of the connection issues.

Note:
This is a major refactor of the code base and almost certainly contains bugs. Please submit issues that are found.

v0.4.0 - Support Foundry VTT v0.7.2 and above

21 Oct 18:40
Compare
Choose a tag to compare

Changelog:

  • Update to support FVTT 0.7.2 and above
  • Update lib-jitsi-meet to latest library version

Note:
This is a major refactor of the code base and almost certainly contains bugs. Please submit issues that are found.

v0.3.4 - Fix local webcam video

05 Oct 22:28
Compare
Choose a tag to compare

Changelog:

  • Use Jitsi API for attaching local video to video window. Fixes #29.

v0.3.3 - Fix connections on load-balanced Jitsi servers

19 Aug 23:53
Compare
Choose a tag to compare

Changelog:

  • Fix an issue where multiple users connecting to a load-balanced Jitsi instance (like the default Jitsi Meet servers) may get put on different instances of the conference and not see each other.
  • When setting custom URLs, also populate with default server information if no custom server is entered.

v0.3.2 - Fix blank room name

18 Aug 20:33
Compare
Choose a tag to compare

Changelog:

  • If no meeting room name is set, create a random name. Not having a name set was causing the module to not work on a freshly created world that never had the room name generated.

v0.3.1 - Switch back to beta Jitsi Meet server

18 Aug 07:05
Compare
Choose a tag to compare

Switch back to the beta.meet.jit.si server as the default. It seems some people have issues connecting to the production server.

Jitsi Comunity thread on the issue.

v0.3.0 - Major refactor and enhancements

17 Aug 22:57
8c3dca2
Compare
Choose a tag to compare

Changelog:

  • Fix game settings registration so module settings appear properly under the module name. NOTE: Because the settings namespace changed, any previously configured settings will be reset with this version.
  • Only use custom URLs when the Use customer Jitsi URLs option is enabled. The custom URL settings will be visible after enabling this feature.
  • Update lib-jitsi-meet to the latest released version.
  • Don't force debugging to always be on. See the Debugging section above on how to enable debug logs.
  • Major refactor of code to better align with FoundryVTT expectations.
  • Kick non-FVTT users out of the meeting if the Allow standalone Jitsi users is not enabled.
  • Allow the audio output device to be changed.
  • Switch back to the non-beta Jitsi Meet server by default. The beta server is not as well maintained. If you would like to continue using the beta server, it can be configured as a custom server.

v0.2.28

11 Jul 08:09
69f7d61
Compare
Choose a tag to compare
v0.2.28 Pre-release
Pre-release
Update README.md

v0.2.27

28 Jun 10:22
8b38961
Compare
Choose a tag to compare
v0.2.27 Pre-release
Pre-release
Update README.md