Skip to content
Colin Hall-Coates edited this page Sep 22, 2016 · 2 revisions

The practical API provided by Stumble is the same as that of stumble-core. This API is used to create extensions. For examples, look through the source code.

Additionally, instances of Stumble are event emitters. The main code base and the Standard Extension Library emit the following events:

  • 'connect' → (MumbleClientInstance)

  • 'ready' → (void)

  • 'disconnect' → (void)

  • 'message' → (MessageString, MumbleUserInstance)

  • 'error' → (ErrorObject)

  • 'connect-error' → (ErrorObject)

Clone this wiki locally