mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 08:03:19 +01:00
add recording privacy warning during setup
This commit is contained in:
parent
c997397d68
commit
99dbe34e9a
@ -46,8 +46,15 @@ while [[ -z "$DOMAIN" ]]; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
recording=""
|
recording=""
|
||||||
|
echo "Should the recording feature be included?"
|
||||||
|
echo " IMPORTANT: this is currently a big privacy issues, because it will "
|
||||||
|
echo " record everything which happens in the conference, even when the button"
|
||||||
|
echo " suggets, that it does not."
|
||||||
|
echo " make sure that you awalys get peoples consent, before they join a room!"
|
||||||
|
echo " https://github.com/bigbluebutton/bigbluebutton/issues/9202"
|
||||||
while [[ ! $recording =~ ^(y|n)$ ]]; do
|
while [[ ! $recording =~ ^(y|n)$ ]]; do
|
||||||
read -p "Should recording feature be included? (y/n): " recording
|
|
||||||
|
read -p "Choice (y/n): " recording
|
||||||
done
|
done
|
||||||
|
|
||||||
ip_correct=""
|
ip_correct=""
|
||||||
|
Loading…
Reference in New Issue
Block a user