Hubs-Foundation / hubs-compose

Local development setup for Hubs
Mozilla Public License 2.0
41 stars 32 forks source link

WebRTC support with Coturn #16

Open keianhzo opened 1 year ago

keianhzo commented 1 year ago

Why

We need to test WebRTC comms in the containerized version of the Hubs infra but the current config doesn't support it.

What

This PR assigns a public IP and opens ports for RTC comms in the dialog config for hhost to host communication. It also adds a new container for the TURN server for tcp/udp relayed communication.

bryanenders commented 1 year ago

What feature(s) am I able to exercise with this addition that I was unable to without it?

bryanenders commented 1 year ago

When I run this branch locally I get errors about missing tables. How are the necessary tables meant to be created?