Nertivia / issues

General issues for nertivia
0 stars 2 forks source link

Leaving a call via the leave call button does not remove you from the calling users data #101

Open alexdev-at opened 3 years ago

alexdev-at commented 3 years ago

Device + OS: PC - Windows 10 64-bit (Ver 21H1)

Browser: Chrome Version 96.0.4664.45 (Official Build) (64-Bit)

Bug: Pressing the button to leave a call does not remove the userId from callingChannelUserIds and others will still see you in the voice channel, since its still showing up in the success data. The Endpoint https://nertivia.net/api/voice/leave (Method: POST) does work, since my bot normally disconnects and it removes it from the array normally. Therefore i assume this is client related, not server related. Logging off is the only way to remove it.