Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt

Use this file to discover all available pages before exploring further.

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>