Just got [this error](https://developer.chrome.com/blog/play-request-was-interrupted). Turns out the `play` call in line 146 is not awaited: ```js this._webcamElement.play(); ```