This is a Next.js project bootstrapped with create-next-app that runs some tests from daily-js. Specifically:
Together, these three tests can help diagnose the vast majority of reasons people can't connect to Daily calls.
If any of the three tests doesn't come back clean, the page points the user at Daily's networking guide, which lists the domains and ports a corporate firewall needs to allow.
This app/repo is designed to be a simple as possible, so you can use it as a jumping-off point for building your own branded network test page.
Install the dependencies, then run the development server:
npm install
npm run devOpen http://localhost:3000 with your browser to see the result.