Releases: luvolondon/fvtt-module-jitsiwebrtc
Releases · luvolondon/fvtt-module-jitsiwebrtc
Dynamically load jitsi library and config from server
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
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
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
Changelog:
- Use Jitsi API for attaching local video to video window. Fixes #29.
v0.3.3 - Fix connections on load-balanced Jitsi servers
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
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
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
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
Update README.md
v0.2.27
Update README.md