docs: change order of mediasoup IP config

See https://github.com/bigbluebutton/bigbluebutton/issues/20966.
The order of the configured mediasoup listenIps influence the server's candidate priorities. 
There's not a big impact to this, but if we want to be friendly to RFC 8421 (and to Happy Eyeballs), we should suggest sorting IPv6 first.

Change docs so that the IPv6 config in mediasoup comes first.
This commit is contained in:
Paulo Lanzarin 2024-08-20 10:41:52 -03:00 committed by GitHub
parent 1cd6edf9ac
commit c8dfa09fee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,9 +167,9 @@ Notice the `listenIps` key is an **array**. If you need mediasoup to work with *
mediasoup:
webrtc:
listenIps:
- ip: 2001:db8::
- ip: 0.0.0.0
announcedIp: 192.0.2.0
- ip: 2001:db8::
```
Restart BigBlueButton to apply the changes.