From 1706de9383d505fa885897aaf59f8d025ae33ec8 Mon Sep 17 00:00:00 2001 From: Lorenzo Miniero Date: Wed, 29 Nov 2023 18:53:15 +0100 Subject: [PATCH] Updated demos and docs to font-awesome 6.x --- docs/doxy-boot.js | 22 +++++++++++----------- html/admin.html | 12 ++++++------ html/admin.js | 12 ++++++------ html/audiobridgetest.html | 4 ++-- html/audiobridgetest.js | 12 ++++++------ html/canvas.html | 12 ++++++------ html/canvas.js | 4 ++-- html/css/demo.css | 2 +- html/devicetest.html | 6 +++--- html/devicetest.js | 8 ++++---- html/e2etest.html | 6 +++--- html/e2etest.js | 8 ++++---- html/echotest.html | 6 +++--- html/echotest.js | 8 ++++---- html/multiopus.html | 6 +++--- html/multiopus.js | 4 ++-- html/mvideoroomtest.html | 4 ++-- html/mvideoroomtest.js | 10 +++++----- html/nosiptest.html | 2 +- html/nosiptest.js | 8 ++++---- html/recordplaytest.html | 6 +++--- html/recordplaytest.js | 8 ++++---- html/screensharingtest.html | 6 +++--- html/screensharingtest.js | 8 ++++---- html/siptest.html | 16 ++++++++-------- html/siptest.js | 32 ++++++++++++++++---------------- html/streamingtest.html | 6 +++--- html/streamingtest.js | 4 ++-- html/textroomtest.html | 6 +++--- html/videocalltest.html | 10 +++++----- html/videocalltest.js | 8 ++++---- html/videoroomtest.html | 4 ++-- html/videoroomtest.js | 10 +++++----- html/virtualbg.html | 2 +- html/virtualbg.js | 8 ++++---- html/webaudio.html | 2 +- 36 files changed, 146 insertions(+), 146 deletions(-) diff --git a/docs/doxy-boot.js b/docs/doxy-boot.js index b5650f2da8..7cf579c90b 100644 --- a/docs/doxy-boot.js +++ b/docs/doxy-boot.js @@ -3,18 +3,18 @@ $(document).ready(function() { $("div.headertitle").addClass("pb-2 mt-4 mb-2 border-bottom"); $("div.title").addClass("h1"); - $('li > a[href="index.html"] > span').before(" "); + $('li > a[href="index.html"] > span').before(" "); // $('li > a[href="index.html"] > span').text("CoActionOS"); - $('li > a[href="modules.html"] > span').before(" "); - $('li > a[href="namespaces.html"] > span').before(" "); - $('li > a[href="annotated.html"] > span').before(" "); - $('li > a[href="classes.html"] > span').before(" "); - $('li > a[href="inherits.html"] > span').before(" "); - $('li > a[href="functions.html"] > span').before(" "); - $('li > a[href="functions_func.html"] > span').before(" "); - $('li > a[href="functions_vars.html"] > span').before(" "); - $('li > a[href="functions_enum.html"] > span').before(" "); - $('li > a[href="functions_eval.html"] > span').before(" "); + $('li > a[href="modules.html"] > span').before(" "); + $('li > a[href="namespaces.html"] > span').before(" "); + $('li > a[href="annotated.html"] > span').before(" "); + $('li > a[href="classes.html"] > span').before(" "); + $('li > a[href="inherits.html"] > span').before(" "); + $('li > a[href="functions.html"] > span').before(" "); + $('li > a[href="functions_func.html"] > span').before(" "); + $('li > a[href="functions_vars.html"] > span').before(" "); + $('li > a[href="functions_enum.html"] > span').before(" "); + $('li > a[href="functions_eval.html"] > span').before(" "); $('img[src="ftv2ns.png"]').replaceWith('N '); $('img[src="ftv2cl.png"]').replaceWith('C '); diff --git a/html/admin.html b/html/admin.html index 5e43f4935e..876a42321b 100644 --- a/html/admin.html +++ b/html/admin.html @@ -21,7 +21,7 @@ - + @@ -116,7 +116,7 @@
Loggers
-
Settings
+
Settings
@@ -165,17 +165,17 @@
Response
-
Sessions (0)
+
Sessions (0)
-
Handles ()
+
Handles ()
-
Handle Info
+
Handle Info
- +
diff --git a/html/devicetest.js b/html/devicetest.js index 09b1d9e6cc..cfac43efc3 100644 --- a/html/devicetest.js +++ b/html/devicetest.js @@ -329,7 +329,7 @@ $(document).ready(function() { if($('#videoleft .no-video-container').length === 0) { $('#videoleft').append( '
' + - '' + + '' + 'No webcam available' + '
'); } @@ -354,7 +354,7 @@ $(document).ready(function() { if($('#videoleft .no-video-container').length === 0) { $('#videoleft').append( '
' + - '' + + '' + 'No webcam available' + '
'); } @@ -396,7 +396,7 @@ $(document).ready(function() { if($('#videoright .no-video-container').length === 0) { $('#videoright').append( '
' + - '' + + '' + 'No remote video available' + '
'); } @@ -424,7 +424,7 @@ $(document).ready(function() { if($('#videoright .no-video-container').length === 0) { $('#videoright').append( '
' + - '' + + '' + 'No webcam available' + '
'); } diff --git a/html/e2etest.html b/html/e2etest.html index 52f1012f90..322c20add9 100644 --- a/html/e2etest.html +++ b/html/e2etest.html @@ -27,7 +27,7 @@ - + @@ -100,7 +100,7 @@

Demo details

- +
@@ -112,7 +112,7 @@

Demo details

- +
diff --git a/html/e2etest.js b/html/e2etest.js index 164acffb3a..83c21d4f3b 100644 --- a/html/e2etest.js +++ b/html/e2etest.js @@ -176,7 +176,7 @@ $(document).ready(function() { if($('#videoleft .no-video-container').length === 0) { $('#videoleft').append( '
' + - '' + + '' + 'No webcam available' + '
'); } @@ -201,7 +201,7 @@ $(document).ready(function() { if($('#videoleft .no-video-container').length === 0) { $('#videoleft').append( '
' + - '' + + '' + 'No webcam available' + '
'); } @@ -240,7 +240,7 @@ $(document).ready(function() { if($('#videoright .no-video-container').length === 0) { $('#videoright').append( '
' + - '' + + '' + 'No remote video available' + '
'); } @@ -268,7 +268,7 @@ $(document).ready(function() { if($('#videoright .no-video-container').length === 0) { $('#videoright').append( '
' + - '' + + '' + 'No webcam available' + '
'); } diff --git a/html/echotest.html b/html/echotest.html index 452d071e71..49b8320d16 100644 --- a/html/echotest.html +++ b/html/echotest.html @@ -27,7 +27,7 @@ - + @@ -121,7 +121,7 @@

Demo details

- +
@@ -133,7 +133,7 @@

Demo details

- +
diff --git a/html/echotest.js b/html/echotest.js index 8d6e1b0c8d..57af8e4e66 100644 --- a/html/echotest.js +++ b/html/echotest.js @@ -246,7 +246,7 @@ $(document).ready(function() { if($('#videoleft .no-video-container').length === 0) { $('#videoleft').append( '
' + - '' + + '' + 'No webcam available' + '
'); } @@ -271,7 +271,7 @@ $(document).ready(function() { if($('#videoleft .no-video-container').length === 0) { $('#videoleft').append( '
' + - '' + + '' + 'No webcam available' + '
'); } @@ -314,7 +314,7 @@ $(document).ready(function() { if($('#videoright .no-video-container').length === 0) { $('#videoright').append( '
' + - '' + + '' + 'No remote video available' + '
'); } @@ -342,7 +342,7 @@ $(document).ready(function() { if($('#videoright .no-video-container').length === 0) { $('#videoright').append( '
' + - '' + + '' + 'No webcam available' + '
'); } diff --git a/html/multiopus.html b/html/multiopus.html index 11c6ceab0c..8c68308fea 100644 --- a/html/multiopus.html +++ b/html/multiopus.html @@ -27,7 +27,7 @@ - + @@ -111,7 +111,7 @@

Demo details

- +
@@ -123,7 +123,7 @@

Demo details

- +
diff --git a/html/multiopus.js b/html/multiopus.js index f2d1e28168..fcdaf94d22 100644 --- a/html/multiopus.js +++ b/html/multiopus.js @@ -223,7 +223,7 @@ $(document).ready(function() { if($('#videoright .no-video-container').length === 0) { $('#videoright').append( '
' + - '' + + '' + 'No remote video available' + '
'); } @@ -251,7 +251,7 @@ $(document).ready(function() { if($('#videoright .no-video-container').length === 0) { $('#videoright').append( '
' + - '' + + '' + 'No webcam available' + '
'); } diff --git a/html/mvideoroomtest.html b/html/mvideoroomtest.html index 1a5ee7f5be..fb62e7783a 100644 --- a/html/mvideoroomtest.html +++ b/html/mvideoroomtest.html @@ -27,7 +27,7 @@ - + @@ -69,7 +69,7 @@

Demo details

- + diff --git a/html/mvideoroomtest.js b/html/mvideoroomtest.js index f40c40223e..dfd63f1bf3 100644 --- a/html/mvideoroomtest.js +++ b/html/mvideoroomtest.js @@ -278,7 +278,7 @@ $(document).ready(function() { $('#myvideo').addClass('hide'); $('#videolocal').append( '
' + - '' + + '' + 'Video rejected, no webcam' + '
'); } @@ -310,7 +310,7 @@ $(document).ready(function() { if($('#videolocal .no-video-container').length === 0) { $('#videolocal').append( '
' + - '' + + '' + 'No webcam available' + '
'); } @@ -341,7 +341,7 @@ $(document).ready(function() { if($('#videolocal .no-video-container').length === 0) { $('#videolocal').append( '
' + - '' + + '' + 'No webcam available' + '
'); } @@ -797,7 +797,7 @@ function subscribeTo(sources) { if($('#videoremote' + slot + ' .no-video-container').length === 0) { $('#videoremote' + slot).append( '
' + - '' + + '' + 'No remote video available' + '
'); } @@ -827,7 +827,7 @@ function subscribeTo(sources) { if($('#videoremote' + slot + ' .no-video-container').length === 0) { $('#videoremote' + slot).append( '
' + - '' + + '' + 'No remote video available' + '
'); } diff --git a/html/nosiptest.html b/html/nosiptest.html index cd78f1cc5b..c5bc3a890c 100644 --- a/html/nosiptest.html +++ b/html/nosiptest.html @@ -26,7 +26,7 @@ - + diff --git a/html/nosiptest.js b/html/nosiptest.js index c523ab7cc2..0f79c41b65 100644 --- a/html/nosiptest.js +++ b/html/nosiptest.js @@ -195,7 +195,7 @@ $(document).ready(function() { if($('#videoleft .no-video-container').length === 0) { $('#videoleft').append( '
' + - '' + + '' + 'No webcam available' + '
'); } @@ -220,7 +220,7 @@ $(document).ready(function() { if($('#videoleft .no-video-container').length === 0) { $('#videoleft').append( '
' + - '' + + '' + 'No webcam available' + '
'); } @@ -259,7 +259,7 @@ $(document).ready(function() { if($('#videoright .no-video-container').length === 0) { $('#videoright').append( '
' + - '' + + '' + 'No remote video available' + '
'); } @@ -300,7 +300,7 @@ $(document).ready(function() { if($('#videoright .no-video-container').length === 0) { $('#videoright').append( '
' + - '' + + '' + 'No remote video available' + '
'); } diff --git a/html/recordplaytest.html b/html/recordplaytest.html index 5bb1f42f75..24b07ea477 100644 --- a/html/recordplaytest.html +++ b/html/recordplaytest.html @@ -26,7 +26,7 @@ - + @@ -73,7 +73,7 @@

Demo details

- +

@@ -100,7 +100,7 @@

Demo details

- +
diff --git a/html/recordplaytest.js b/html/recordplaytest.js index 7e7899220d..d60d9cb8d3 100644 --- a/html/recordplaytest.js +++ b/html/recordplaytest.js @@ -224,7 +224,7 @@ $(document).ready(function() { if($('#videobox .no-video-container').length === 0) { $('#videobox').append( '
' + - '' + + '' + 'No webcam available' + '
'); } @@ -249,7 +249,7 @@ $(document).ready(function() { if($('#videobox .no-video-container').length === 0) { $('#videobox').append( '
' + - '' + + '' + 'No webcam available' + '
'); } @@ -294,7 +294,7 @@ $(document).ready(function() { if($('#videobox .no-video-container').length === 0) { $('#videobox').append( '
' + - '' + + '' + 'No remote video available' + '
'); } @@ -323,7 +323,7 @@ $(document).ready(function() { if($('#videobox .no-video-container').length === 0) { $('#videobox').append( '
' + - '' + + '' + 'No remote video available' + '
'); } diff --git a/html/screensharingtest.html b/html/screensharingtest.html index 0279891df6..3b0b80ea59 100644 --- a/html/screensharingtest.html +++ b/html/screensharingtest.html @@ -26,7 +26,7 @@ - + @@ -71,7 +71,7 @@

Demo details

- + @@ -83,7 +83,7 @@

Demo details

- + diff --git a/html/screensharingtest.js b/html/screensharingtest.js index 22ea175f6e..a2942c71d5 100644 --- a/html/screensharingtest.js +++ b/html/screensharingtest.js @@ -234,7 +234,7 @@ $(document).ready(function() { if($('#screencapture .no-video-container').length === 0) { $('#screencapture').append( '
' + - '' + + '' + 'No webcam available' + '
'); } @@ -258,7 +258,7 @@ $(document).ready(function() { if($('#screencapture .no-video-container').length === 0) { $('#screencapture').append( '
' + - '' + + '' + 'No webcam available' + '
'); } @@ -528,7 +528,7 @@ function newRemoteFeed(id, display) { if($('#screencapture .no-video-container').length === 0) { $('#screencapture').append( '
' + - '' + + '' + 'No remote video available' + '
'); } @@ -557,7 +557,7 @@ function newRemoteFeed(id, display) { if($('#screencapture .no-video-container').length === 0) { $('#screencapture').append( '
' + - '' + + '' + 'No remote video available' + '
'); } diff --git a/html/siptest.html b/html/siptest.html index 8a1eb05747..d7eb1090b1 100644 --- a/html/siptest.html +++ b/html/siptest.html @@ -28,7 +28,7 @@ - + @@ -71,26 +71,26 @@

Demo details