janus: Drop unused reference to font-awesome

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>
This commit is contained in:
Sunil Mohan Adapa 2026-03-16 11:02:19 -07:00 committed by James Valleroy
parent 1d14d4a4d6
commit adfbb1e2a4
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -47,8 +47,6 @@
type="text/css">
<link rel="stylesheet"
href="{% static 'janus/janus-video-room.css' %}" type="text/css">
<link rel="stylesheet"
href="/javascript/font-awesome/css/font-awesome.min.css" type="text/css">
</head>
<body data-user-turn-config="{{ user_turn_config }}">