For 2 users, the video and audio seems to work. But when a third user joins, audio and video of every user is no longer available. Chat works but video/audio do not.
We are running Jitsi as an aws ECS service behind a load balancer (internet facing). The image (docker) version used: 7648-4. We have tried multiple things but nothing seems to work like
-
Mapped public url to [https://example.dev.com] and tried
-
Tried setting DOCKER_HOST_ADDRESS to (public url endpoint/ ALB DNS)
The server id property remains empty string in the /config/jvb.conf.
websockets {
enabled = true
domain = appDomain
tls = true
server-id = “”
}
Any ideas on how to fix this?