WebSockets: avoid hardcoding node names in mixer-demo, fix typo in message.js

This commit is contained in:
Luciano Iam 2020-04-13 09:52:35 +02:00 committed by Robin Gareus
parent da670aa186
commit 9fa7eb15ac
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 7 additions and 7 deletions

View file

@ -27,7 +27,7 @@ export const ANode = Object.freeze({
STRIP_MUTE: 'strip_mute',
STRIP_PLUGIN_DESC: 'strip_plugin_desc',
STRIP_PLUGIN_ENABLE: 'strip_plugin_enable',
STRUP_PLUGIN_PARAM_DESC: 'strip_plugin_param_desc',
STRIP_PLUGIN_PARAM_DESC: 'strip_plugin_param_desc',
STRIP_PLUGIN_PARAM_VALUE: 'strip_plugin_param_value'
});