From ec87206e55ae104a730e1089f2b51094b00221a9 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Tue, 23 Sep 2025 12:37:22 -0400 Subject: [PATCH 1/2] Fixes gh-20: Renames NoSleep's video element to "Audimance." --- src/room.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/room.js b/src/room.js index f818fd7..91bb44a 100644 --- a/src/room.js +++ b/src/room.js @@ -127,6 +127,12 @@ export class SpatialRoom extends EventTarget { screen.orientation.addEventListener('change', _.bind(this.redraw, this)); } + + // Override the default name of NoSleep's internal video element, + // which is displayed on the lock screen if the user puts their + // device to sleep manually, as well as on connected devices + // such as an Apple Watch. + noSleep.noSleepVideo.setAttribute("title", "Audimance") } enableAudio() { From 6ef8571cb7d78bc16350b0e8323c31510fb46fc7 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Tue, 23 Sep 2025 12:37:22 -0400 Subject: [PATCH 2/2] Fixes gh-20: Renames NoSleep's video element to "Audimance." --- src/room.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/room.js b/src/room.js index f818fd7..91bb44a 100644 --- a/src/room.js +++ b/src/room.js @@ -127,6 +127,12 @@ export class SpatialRoom extends EventTarget { screen.orientation.addEventListener('change', _.bind(this.redraw, this)); } + + // Override the default name of NoSleep's internal video element, + // which is displayed on the lock screen if the user puts their + // device to sleep manually, as well as on connected devices + // such as an Apple Watch. + noSleep.noSleepVideo.setAttribute("title", "Audimance") } enableAudio() {