AudioGainNode.updateConfig() method

Updates the config of this AudioGain node for all subsequent frames this allows the user to change the gains in the outgoing stream dynamically as the stream progresses

Signature:

updateConfig(settings: AudioGainSettingsUpdate): void;

Parameters

Parameter Type Description

settings

AudioGainSettingsUpdate

The updated settings

Returns:

void