A Janus Gateway plugin implementing Conference streams.
To build and start playing with the plugin, execute following shell commands:
## Create the application configuration and environment files from samples
cp docker/janus.plugin.conference.environment.sample docker/janus.plugin.conference.environment
# Build and run Janus instance with plugin
export COMPOSE_FILE=docker/docker-compose.yml
docker-compose up
cd examples
npm install
npm run build
open index.html
Click Connect
& Start translation
button (page should ask for permission
to use web camera) then open page again in another tab and click Connect
&
Join translation
. On publisher page you should see local stream
on the left and on listener page you should see remote stream on
the right.
The source code is provided under the terms of the MIT license.