API - Rantanen/node-mumble GitHub Wiki

API Documentation

The API consists of following classes:

  • mumble - API entry point for establishing the server connection.
  • Client - The connection to the server.
  • User - A single user on the server.
  • Channel - A channel on the server.
  • MumbleInputStream - Audio input stream for sending audio to the server.
  • MumbleOutputStream - Audio output stream for streaming audio from the server.