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

Check TURN servers periodically, and at start of calls #1634

Merged
merged 4 commits into from
Mar 9, 2021

Commits on Mar 8, 2021

  1. Check TURN servers periodically, and at start of calls

    Hopefully this should make our turn-credential checking code a bit
    more robust (and possibly fix a seconds / ms mismatch).
    dbkr committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    59c93b5 View commit details
    Browse the repository at this point in the history
  2. This is in ms, not seconds

    dbkr committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    51e817a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Fix tests

    Bit of a re-organisation so a peerconnection exists when the tests
    go to mock things out. placeCall methods return promises to make this
    possible.
    dbkr committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8375638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07f15b4 View commit details
    Browse the repository at this point in the history