diff --git a/docs/docs/new-features.md b/docs/docs/new-features.md index d4314369a1..a318e2584e 100644 --- a/docs/docs/new-features.md +++ b/docs/docs/new-features.md @@ -61,6 +61,12 @@ Everyone sees the timer as it counts down. ![Everyone seeing 4 minutes timer](/img/27-timer-4mins.png) +#### Wake lock + +When using BigBlueButton on a mobile device you can now enable Wake lock (if your mobile browser supports the API). When enabled, your device's screen will remain on -- i.e. will not dim -- and therefore your media connections will not be interrupted. + +![Enable Wake lock from the Settings modal](/img/27-enable-wake-lock.png) + ### Engagement diff --git a/docs/static/img/27-enable-wake-lock.png b/docs/static/img/27-enable-wake-lock.png new file mode 100644 index 0000000000..bb0a8e62a1 Binary files /dev/null and b/docs/static/img/27-enable-wake-lock.png differ