Get the id of the user who disconnected from vc

Hello, how would it be possible to have the user id of the user that was disconnected?
3 Replies
d.js toolkit
d.js toolkit11mo ago
- Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
Syjalo
Syjalo11mo ago
In voiceStateUpdate event you can access newState.id
Waxer59
Waxer5911mo ago
ty!