discordjs / voice

Implementation of the Discord Voice API for discord.js and other JS/TS libraries
Apache License 2.0
327 stars 110 forks source link

Auto-hang up the call if there is only one participant for more than 2 minutes #81

Closed omarbelkady closed 3 years ago

omarbelkady commented 3 years ago

It would be nice if discord can automatically end the voice call if there is only participant in the group call(which had 2 or more participants obviously) for more than 2 minutes.

Thank you so much

amishshah commented 3 years ago

I think this is too opinionated to include within the library itself. Furthermore, @discordjs/voice has no awareness of who is in the voice channel (this is done by the supporting library, e.g. Discord.js). If you'd like this functionality, you would be best off implementing it yourself.

advaith1 commented 3 years ago

If you are requesting a Discord feature, and you are not coding a bot using @discordjs/voice, you can make Discord feature requests at https://dis.gd/feedback and contact Discord Support at https://dis.gd/support

Discord.js is not by Discord.