From 8e1846540943b075e1eaf7dfda1ff4cb11b4abbc Mon Sep 17 00:00:00 2001 From: m1k1o Date: Sat, 3 Apr 2021 22:25:11 +0200 Subject: [PATCH] add cast query param. --- README.md | 1 + client/src/app.vue | 28 ++++++++++++++++++++++------ client/src/components/video.vue | 8 +++++--- 3 files changed, 28 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 74a4e08..20c4267 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ For n.eko room management software visit https://github.com/m1k1o/neko-rooms. - Added ARM-based images, for Raspberry Pi support (by @mbattista). - Added simple language picker. - Added `?usr=` that will prefill username. This allows creating auto-join links. +- Added `?cast=1` that will hide all control and show only video. ### Bugs - Fixed minor gst pipeline bug. diff --git a/client/src/app.vue b/client/src/app.vue index 74503a7..911708b 100644 --- a/client/src/app.vue +++ b/client/src/app.vue @@ -5,13 +5,13 @@ @@ -137,7 +143,7 @@