MumbleConnectionManager - Rantanen/node-mumble GitHub Wiki
Mumble connection manager
-
MumbleConnectionManager
- Methods
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://
.
Connect to the Mumble server.
Params
- done
function
- Connection callback receiving MumbleClient.
Connects to the Mumble server provided in the constructor