Skip to content

Commit 5a5288d

Browse files
authored
Param correction (signalwire#34)
1 parent 88b8f65 commit 5a5288d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/FreeSWITCH-Explained/Modules/mod-opus/FreeSWITCH-And-The-Opus-Audio-Codec_12517398.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,10 @@ Similarly and intuitively, the other entity involved can set the decoder at a sa
300300
<param name="asymmetric-sample-rates" value="1"/>
301301
```
302302

303-
"negotiate-bitrate", when set to 1, will tell FreeSWITCH to evaluate the remote party's maxaveragebitrate when deciding how to initialize the opus encoder. This is based on FMTP exchange.
303+
"bitrate-negotiation", when set to 1, will tell FreeSWITCH to evaluate the remote party's maxaveragebitrate when deciding how to initialize the opus encoder. This is based on FMTP exchange.
304304

305305
```xml
306-
<param name="negotiate-bitrate" value="1"/>
306+
<param name="bitrate-negotiation" value="1"/>
307307
```
308308

309309
This is available from FreeSWITCH v1.6.12.

0 commit comments

Comments
 (0)