Keep the screen awake on the video feed (#9146)

This commit is contained in:
Samuel Newman
2025-10-10 19:33:09 +03:00
committed by GitHub
parent 0dd71fb087
commit c928d6b14a
5 changed files with 35 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
export function KeepAwake() {
return null
}