Skip to content

Commit

Permalink
ConsumerOptions: add 'ignoreDtx'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Jun 30, 2022
1 parent 3bca2a6 commit afc503a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _includes/documentation/v3/mediasoup/api/Consumer.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Field | Type | Description | Required | Default
`rtpCapabilities` | [RtpCapabilities](/documentation/v3/mediasoup/rtp-parameters-and-capabilities/#RtpCapabilities) | RTP capabilities of the consuming endpoint. | Yes |
`paused` | Boolean | Whether the consumer must start in paused mode. See note below. | No | `false`
`preferredLayers` | [ConsumerLayers](#ConsumerLayers) | Preferred spatial and temporal layer for simulcast or SVC media sources. If unset, the highest ones are selected. | No |
`ignoreDtx` | Boolean | Whether this consumer should ignore DTX packets (only valid for Opus codec). If set, DTX packets are not forwarded to the remote consumer. | No | `false`
`pipe` | Boolean | Whether this consumer should consume all RTP streams generated by the producer instead of consuming a single and continuos RTP stream (same behavior as when consuming in a pipe transport, in which this setting is always implicit). | No | `false`
`mid` | String | The MID for the Consumer. If not specified, a sequentially growing number will be assigned. | No |
`appData` | Object | Custom application data. | No | `{ }`
Expand Down

0 comments on commit afc503a

Please sign in to comment.