mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 02:20:17 +01:00
ajout squelette page camera et remerciement
This commit is contained in:
@@ -25,6 +25,9 @@ class CameraPage {
|
||||
this.DOMElement.style.display = val ? "block" : "none";
|
||||
if (val) {
|
||||
this._frame();
|
||||
this.video.play();
|
||||
}else {
|
||||
this.video.pause();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user