mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
Intégration de la reco d'image à l'interface borne
This commit is contained in:
@@ -14,8 +14,11 @@ class StateManager {
|
||||
this._thankYouPage = new ThankYouPage();
|
||||
|
||||
this.wsClient = new WebsocketClient(
|
||||
(effects) => this._cameraPage.setEffects(effects),
|
||||
(state) => this.changeState(state)
|
||||
(effects) => {
|
||||
this.setState(STATE.video);
|
||||
this._cameraPage.setEffects(effects)
|
||||
},
|
||||
(state) => this.setState(state)
|
||||
);
|
||||
|
||||
this._sleepingPage.enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user