MumbleConnectionManager - Rantanen/node-mumble GitHub Wiki

MumbleConnectionManager

Mumble connection manager

new MumbleConnectionManager(url, options)

Params

  • url string - Mumble server address.
  • options Object - TLS options.

A connection tool to decouple connecting to the server from the module itself.

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

mumbleConnectionManager.connect(done)

Connect to the Mumble server.

Params

  • done function - Connection callback receiving MumbleClient.

Connects to the Mumble server provided in the constructor

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