BABYLON.Sound input an videoElement error

Hello,

when I add a videoElement input Babylon.Sound, I get an error as following.


Here is the PG: https://playground.babylonjs.com/#IDVX55#16

I can find this function at source code

You forgot the “new” before initializer BABYLON.Sound:

iOS Audio | Babylon.js Playground (babylonjs.com)

Thanks!