Magma icon indicating copy to clipboard operation
Magma copied to clipboard

Create our own Sending Apis

Open schnapster opened this issue 6 years ago • 0 comments

Currently Magma is using JDA apis like

  • AudioSendHandler
  • IAudioSendFactory
  • IAudioSendSystem
  • IPacketProvider

However we are only using / supporting a fraction of the methods exposed by these.

Steps to resolve:

  • [ ] Create our own, simpler apis.
  • [ ] Ensure they are supported by our recommended NAS providers
  • [ ] Document the Apis (java docs, or something else)

schnapster avatar May 23 '18 19:05 schnapster