-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
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
integrity check failed #364
Comments
I'm afraid we need more info. Which client did you use? How did you specify the username/password on the client side? Did you try the example server and client code? (This works like charm on my side.) My first guess would be that you're not setting the client side credentials correctly, but this is just a guess. (Tracking this down would be much easier if our example codes contained proper logging, which they do not.) |
I'm making a call through webrtc's api in the browser, and I'm not quite sure how to look at the client version. I only used the server-related code in the example and did not use the code in the client. |
The client code looks like this, it is pure js. In addition, the code I posted is not the latest code. The latest code actually also sets the credentials and turn url. |
Is your actual ICE server config something like this?
ps: Please use proper markdown code blocks when copy-pasting code. |
Sorry, please correct me, the password field should be credential
|
|
You can reproduce it directly using this tool |
Your environment.
What did you do?
I created a service according to the code in the example, and always got the result that the integrity check failed.
What did you expect?
Hope it works as expected
What happened?
The text was updated successfully, but these errors were encountered: