You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will use the lastActivity property to check and delete empty dynamic voice channels. However, I am not sure about the best way to check for these empty channels.
Options:
Use node-cron package or setTimeout to periodically check for empty dynamic voice channels
Delete empty channels as soon as someone enters or exits any dynamic voice channel
Which option should we go with? Are there any other suggestions for checking and deleting empty dynamic voice channels?
The text was updated successfully, but these errors were encountered:
We will use the
lastActivity
property to check and delete empty dynamic voice channels. However, I am not sure about the best way to check for these empty channels.Options:
node-cron
package orsetTimeout
to periodically check for empty dynamic voice channelsWhich option should we go with? Are there any other suggestions for checking and deleting empty dynamic voice channels?
The text was updated successfully, but these errors were encountered: