FAQ

Do I need Redis?

Yes. Redis is required for session state and Socket.IO room coordination. It is included in the default Docker setup.

Does media go through the server?

No. Media flows peer-to-peer or via the optional SFU. The server handles only signaling.

Can I self-host the SFU?

SFU support uses Cloudflare Workers. You provide Cloudflare credentials; usage is billed by Cloudflare. Other SFU backends are not currently supported.

Is TURN included?

No. Add TURN via rtcConfig.iceServers in the client. Use your own TURN server or a third-party service.

Can I white-label completely?

Yes. Remove VidioMeet branding, use your own logo, domain, and colors. Full white-label is supported.

Can I embed into existing SaaS?

Yes. Use developer mode with the client SDK and server library. Embed via iframe or integrate meetings into your product’s UI.

How is licensing enforced?

Licenses are issued per deployment and can be activated in the admin dashboard or via environment configuration. Offline verification is supported. The software runs in evaluation mode without a license for a limited period.