diff --git a/README.md b/README.md index 2cdea95..96b797f 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ and if there is more than one parameter use "&" as a separator between them like **v1.2.17** * Added Action "Audio Plugin On/Off/Toggle/Show On Input" +* Added Action "Channel Matrix Apply Preset" * Added Action for Dynamic Inputs and Values support * Added Stinger 3 and 4 to actions and feedbacks * Added Feedback "Video Call - Video Source" diff --git a/src/actions.js b/src/actions.js index 4887415..9f4830d 100644 --- a/src/actions.js +++ b/src/actions.js @@ -602,6 +602,19 @@ exports.getActions = function () { }, ] }, + + AudioChannelMatrixApplyPreset: { + label: 'Audio - Channel Matrix Apply Preset', + options: [ + input, + { + type: 'textinput', + label: 'Preset Name', + id: 'value', + default: '' + }, + ] + }, StartCountdown: { label: 'Title - Start Countdown',