We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45daf56 commit e029315Copy full SHA for e029315
docs/Mediasoup-server/README.md
@@ -19,7 +19,7 @@ Module exports a single function with signature
19
- `[announcedIp]`: optional string, IP address to announce to the clients. If
20
not provided, the server will try to guess it.
21
- `[closeOwnWorkers]`: optional boolean, whether to close the workers created
22
- by this module when the server is closed. Default `false`.
+ by this module when the server is closed. Default `true`.
23
- `[listenIps]`: optional array of strings, IP addresses to listen to. Default
24
`[]`, which means no globally provided local listen IPs (only the ones
25
provided to the Mediasoup `Router.createWebRtcTransport()` method).
0 commit comments