Oxmaster / Discord-mute-indicator

GNU General Public License v3.0
5 stars 0 forks source link

Read the mute status from Discord API #1

Open ipuustin opened 3 years ago

ipuustin commented 3 years ago

It would be awesome if you could add reading of Discord mute status directly from the Discord API: https://discord.js.org/#/docs/main/stable/class/VoiceState This way the mute status could be changed from the UI without having to care about scroll lock state.

Also, if you end up having a software component on the host, you could consider having separate frontends towards the applications (Teams, Discord, ...) and backends to the notification systems (scroll lock status for the Arduino indicator, QMK for setting the keyboards RGB leds, ...). That way this app could be an "universal mute indicator". What do you think?

Oxmaster commented 3 years ago

Yeah it would be cool.

Thing is that I made this for myself and released it for people that might like the concept and make something based on it.

Currently I changed from OLED screen to RGB leds that change color based on scroll lock state.

I have no experience with js and I think that you need a bot on a server that will read the state of users that are on voice channels?

I'm more than happy for someone else to lead this project. I don't have QMK keyboard to test things out nor the time.