index - Rantanen/node-mumble GitHub Wiki

connect(url, [options], done)

Connect to the Mumble server.

Params

  • url string - Mumble server address.
  • [options] Object - TLS options.
  • done function - Connection callback receiving MumbleClient.

Returns: ConnectionManager - The manager used to establish the connection.

The URL specifies the Mumble server address. It can be either host with optional port specified with host:port or then the full mumble://.

⚠️ **GitHub.com Fallback** ⚠️