Files
partey_workadventure/front
David Négrier ae9170ba85 Fixing camera led always on
This commit fixes a race condition in the "getUserMedia" call that could lead to the webcam being in an always on state.

If we open and close the webcam really quickly, the camera close was sometimes passing BEFORE the open was fully resolved (because getUserMedia can take a few 100ms to answer properly).
As a result, the webcam would stay open.
To solve this, we are putting all calls to getUserMedia in a resolve chain (`currentGetUserMediaPromise`)

Closes #2149
2022-05-10 12:01:51 +02:00
..
2022-05-10 12:01:51 +02:00
2022-05-09 14:56:17 +02:00
2022-04-12 14:21:19 +02:00
2020-04-11 15:11:22 +02:00
2022-05-04 18:30:31 +02:00
2022-04-25 16:45:02 +02:00
2022-03-08 11:21:17 +01:00
2022-05-04 18:30:31 +02:00
2021-05-17 16:41:10 +02:00
2022-05-04 18:30:31 +02:00