Skip to content
Travis CI Build edited this page Aug 19, 2016 · 5 revisions

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://.

Clone this wiki locally