We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to log in with the proper username and password specified, I get the following object:
{ name: "AuthResult", code: 401, result: false }
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.
The text was updated successfully, but these errors were encountered:
У меня тоже так
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: