Web application with
- Share Audio/video
- presence
- invitations
- room with multiple participants
Implemented with :
Signalisation is stored on a namespace named visiowebrtc. It can be changed.
Install dependencies
npm install
npm run
To only build visio sample in ./dist folder
visioreach is on https://io.dataysnc.orange.com
npm run build
Optional env variables :
- NAMESPACE : namespace for signalisation. Default is visioreach
- WS_SERVER : webcom server url. Default is https://io.datasync.orange.com
- PUBLIC_PATH : relative path of application. Default is /
To build and launch a web server on port 8080
npm run serve
Optional env variables :
- NAMESPACE : namespace for signalisation. Default is visioreach
- WS_SERVER : webcom server url. Default is https://io.datasync.orange.com
- PUBLIC_PATH : relative path of application. Default is /
To build and launch a dev web server on port 8080
npm start
Optional env variables :
- NAMESPACE : namespace for signalisation. Default is visioreach
- WS_SERVER : webcom server url. Default is https://io.datasync.orange.com
- PUBLIC_PATH : relative path of application. Default is /
npm test
With coverage
npm run test:coverage
Code released under the MIT license.