Skip to main content

Suppression

The <Suppression> instruction starts noise suppression on the call to improve audio quality.

Attributes

ATTRIBUTEDESCRIPTIONOPTIONSDEFAULT
direction Specifies which side of the audio shall be denoised. inbound, outbound, bothinbound

Examples

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Start>
<Suppression direction="both" />
</Start>
</Response>