mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-01 09:30:29 +00:00
In the upstream demo, https://janus.conf.meetecho.com/demos/videoroom.html, the font-awesome glyphicons were only being used to show the 'user' icon next to alias text field. We have replaced that with a simple unicode character. We also seem to have dropped the dependency on Debian package. However, we seem to forgotten to remove the inclusion of the JS file. This leads to a 404 error when loading Janus room. Tests: - The page loads and works as expected. The 'user' icon shows up. There are no 404 errors in the browser console. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>