Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 466 Bytes

deps-janus.md

File metadata and controls

12 lines (10 loc) · 466 Bytes

Janus Gateway

Video conferences are implemented using Janus's VideoRoom plugin. Hence we will use this Janus Docker Image of Janus.

It's recommendad that Janus is attached directly to the Dockers host network, to avoid issues with ICE Candidates gathering and the Docker Port mapping.

docker run -d \
  --name="janus" \
  --restart="always" \
  --network="host" \
  gjovanov/janus-slim