Event that fires when the stream has loaded all the necessary assets, including the car and the environment.
CustomEvent of type streamInitialized
streamInitialized
.addEventListener('streamInitialized', (event) => console.log("The stream finished initializing and the content finished loading.")) Copy
.addEventListener('streamInitialized', (event) => console.log("The stream finished initializing and the content finished loading."))
Event that fires when the stream has loaded all the necessary assets, including the car and the environment.
Emits
CustomEvent of type
streamInitializedExample