workadventure/front
David Négrier ffb5823b2a Adding the ability to specify a custom Jitsi URL directly in the map
This feature allows to add a "jitsiUrl" property in the map.
As a result, you can use for a given Jitsi room a custom instance of Jitsi.
Using "jitsiUrl" will only work with public Jitsi instances (authentication is not supported when "jitsiUrl" property is provided)

The Jitsi external_api.js script is now lazily loaded.
2021-03-16 20:37:12 +01:00
..
dist Merge pull request #698 from thecodingmachine/fix/deploy-cleanup 2021-02-16 10:35:18 +01:00
src Adding the ability to specify a custom Jitsi URL directly in the map 2021-03-16 20:37:12 +01:00
tests/Phaser/Game Improving urlify 2021-02-11 18:03:14 +01:00
.dockerignore Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
.eslintrc.json Enabling stricter lint on front 2020-06-19 14:29:29 +02:00
.gitignore Template google analytics data 2021-01-19 12:17:05 +01:00
Dockerfile Reworking docker-compose.prod.yaml to make it generic while still having a front container configurable 2021-02-02 11:19:24 +01:00
LICENSE.txt Changing license to AGPL + Commons Clause 2020-06-09 10:17:21 +02:00
jasmine.json Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine) 2020-06-02 10:48:04 +02:00
package.json FEATURE: implemented a client side blacklist 2021-02-12 19:15:24 +01:00
templater.sh Using locally built images 2021-02-02 11:34:29 +01:00
tsconfig.json Refactoring SimplePeer code: splitting Peer instantiation into 2 subclasses (VideoPeer and ScreenSharingPeer). This leads to way leaner code. 2020-08-20 16:56:10 +02:00
webpack.config.js Merge pull request #698 from thecodingmachine/fix/deploy-cleanup 2021-02-16 10:35:18 +01:00
webpack.prod.js Sending the source map out of the main JS file to reduce size 2020-07-02 10:38:36 +02:00
yarn.lock FEATURE: implemented a client side blacklist 2021-02-12 19:15:24 +01:00