diff --git a/openvidu-filters/web/app.js b/openvidu-filters/web/app.js index a413293b..5b1177bf 100644 --- a/openvidu-filters/web/app.js +++ b/openvidu-filters/web/app.js @@ -202,7 +202,7 @@ function applyFilter() { filter.type = 'GStreamerFilter'; filter.options = { "command": "videobox fill=black top=-30 bottom=-30 left=-30 right=-30" }; break; - /*case 'Text': + case 'Text': filter.type = 'GStreamerFilter'; filter.options = { "command": 'textoverlay text="Embedded text!" valignment=top halignment=right font-desc="Cantarell 25" draw-shadow=false' }; break; @@ -213,7 +213,7 @@ function applyFilter() { case 'Clock': filter.type = 'GStreamerFilter'; filter.options = { "command": 'clockoverlay valignment=bottom halignment=right shaded-background=true font-desc="Sans, 20"' }; - break;*/ + break; } selectedStreamManager.stream.applyFilter(filter.type, filter.options) .then(f => { diff --git a/openvidu-filters/web/index.html b/openvidu-filters/web/index.html index b6ef3c04..8aa7c33f 100644 --- a/openvidu-filters/web/index.html +++ b/openvidu-filters/web/index.html @@ -94,7 +94,7 @@ - +
@@ -126,4 +126,4 @@ - \ No newline at end of file +