How to get speaking status in real time using Discord.js v13

I try to detect in real-time whether each member is speaking or not on a voice channel using discord.js v13.
In other words, I want to reproduce the green circle of discord in my application.
However, I couldn’t find a suitable code example or article.
Could you give me some advice?