fredemmott / StreamDeck-Discord

Control the Discord application with the Elgato StreamDeck
MIT License
275 stars 23 forks source link

Join voice channel feature #50

Closed fredemmott closed 3 years ago

fredemmott commented 3 years ago

A lot of the stuff is done; the big problem at the moment is usability: GET_CHANNEL and GET_CHANNELS via RPC do not return channels in order, or with sufficient information or performance to re-order them/put them in the correct categories

It's probably necessary to:

  1. implement rpc proxy support
  2. use https://discord.com/developers/docs/resources/guild#get-guild-channels
acatoire commented 3 years ago

A static (by id) channel connection button would be great.

fredemmott commented 3 years ago

"rpc.api" has been removed; this would need a full second oauth flow to do nicely