initial start for audio support

This commit is contained in:
jorsi
2020-05-28 19:10:09 -04:00
parent f74515f06d
commit 9ae328d49b
4 changed files with 49 additions and 0 deletions
+1
View File
@@ -200,6 +200,7 @@
$.Dispatch('stateUpdate').subscribe(Engine.handleStateUpdates);
$SM.init();
AudioEngine.init();
Notifications.init();
Events.init();
Room.init();