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
{{ message }}
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
When trying to log in with the proper username and password specified, I get the following object:
I have added the scenario, this user exists and is active in the app, and the Client instance is initialized.
According to the document, 401 means "invalid token" although I'm not using token for this.
https://voximplant.com/docs/references/websdk/voximplant/eventhandlers/authresult#code
It was working normally before, and I'm curious what caused this issue.