Skip to content
Mikko Rantanen edited this page May 14, 2015 · 5 revisions

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.

Clone this wiki locally