docs: Fix docs of InputAudioTracksChanged

This commit is contained in:
tt2468 2021-12-31 14:04:31 -08:00
parent e6761cf286
commit 6d216e0412

View File

@ -305,8 +305,8 @@ void EventHandler::HandleInputAudioSyncOffsetChanged(void *param, calldata_t *da
/** /**
* The audio tracks of an input have changed. * The audio tracks of an input have changed.
* *
* @dataField inputName | String | Name of the input * @dataField inputName | String | Name of the input
* @dataField inputAudioTracks | Array<Boolean> | Array of audio tracks along with their associated enable states * @dataField inputAudioTracks | Object | Object of audio tracks along with their associated enable states
* *
* @eventType InputAudioTracksChanged * @eventType InputAudioTracksChanged
* @eventSubscription Inputs * @eventSubscription Inputs