AudioBuildMultichannelSettings.onInputChanged property
Callback invoked when the inbound context changes a new channel list can be returned here that overrides the initial configuration and allows the channel order to be changed at runtime
Signature:
onInputChanged?: (keys: StreamKey[]) => StreamKey[] | undefined;