Skip to content
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

fix(ENGDESK-7173): change the STUN_SERVER port from 3843 to 3478 #60

Merged
merged 1 commit into from
Nov 18, 2020

Conversation

DeividVeloso
Copy link
Contributor

@DeividVeloso DeividVeloso commented Nov 18, 2020

Error:

  • When it tries to make a video call using vanilla example, the code was returning Codec ERROR

Solution:

  • We checked the port from STUN/TURN server and figure out that the port was wrong for the STUN server, so we change the STUN_SERVER port from 3843 to 3478.

📝 To Do

  • All linters pass
  • All tests pass
  • Change documentation based on my changes

✋ Manual testing

  1. Access the package/js/example/vanilla
  2. fill your credentials and try to make a video call using Chrome Browser
  3. You should see your local video and the remote video.

🦊 Browser testing

Desktop

  • Edge (latest)
  • Chrome
  • Firefox
  • Safari

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants