AudioMixNode.updateConfig() method

Updates the config of this AudioMix for all subsequent frames this allows the user to change the levels and sources in the outgoing mix dynamically as the stream progresses

Signature:

updateConfig(settings: AudioMixSettingsUpdate<Pins>): void;

Parameters

Parameter Type Description

settings

AudioMixSettingsUpdate<Pins>

The updated settings

Returns:

void