From 2225dec2a9b71f1a893ad1b51b689a174139c72b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lepin?= Date: Sun, 16 Jun 2019 16:19:22 +0200 Subject: [PATCH] docs(SourceAudioMixersChanged): fix remaining discrepancy --- src/WSEvents.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WSEvents.cpp b/src/WSEvents.cpp index 855d7395..5be8e9eb 100644 --- a/src/WSEvents.cpp +++ b/src/WSEvents.cpp @@ -1041,7 +1041,7 @@ void WSEvents::OnSourceAudioSyncOffsetChanged(void* param, calldata_t* data) { * Audio mixer routing changed on a source. * * @return {String} `sourceName` Source name - * @return {Array} `routingStatus` Routing status of the source for each audio mixer (array of 6 values) + * @return {Array} `mixers` Routing status of the source for each audio mixer (array of 6 values) * @return {int} `mixers.*.id` Mixer number * @return {boolean} `mixers.*.enabled` Routing status * @return {String} `hexMixersValue` Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value