Skip to content

0.2.0 Inital stable version

Compare
Choose a tag to compare
@cristijora cristijora released this 07 Aug 15:07
· 182 commits to master since this release

This is the first version of the events sdk that can be used to capture real time events from voicenter apis.
You can find more info in the documentation https://voicenter-events.netlify.com/

Features

  • Login with token
  • Automatic server retrieval
  • Subscribe for specific events or all events
  • Emit events
  • Debug mode with pretty logs
  • Automatic failover and fallback. In case the current server is down, the sdk will automatically try to find the next available server but in the meantime watch if the initial server is up and reconnect to it.
  • Configurable options for timeout, keep alive timeout, reconnect timeout and all socket.io options