11.0.4 • Published 3 months ago

webrtc-troubleshoot v11.0.4

Weekly downloads
241
License
MIT
Repository
github
Last release
3 months ago

webrtc-troubleshooter

Build Status Coverage Status

This provides diagnostic tests for basic WebRTC functionality. See the test-page directory for usage.

Getting Started

Develop

To develop diagnostic tests this repo has a utility ./test-page/index.html that pulls in the tests and runs them in the browser. For WebRTC connections, most of the tests force the use of relay since the tests make peer connections to the same host.

  • npm start will run webpack with the --watch flag and serve the test-page using stupid server.
    • This is super helpful when you are writing new tests. You will still need to refrash the browser to pick up any new changes, but at least webpack will rebuild the app when you save a file :)

test-page/index.html for console output of 6 tests to ensure webrtc is properly functioning

Here is a stringified version of google's STUN servers for quick reference. Granted, you will still need an active TURN server for some of these tests to pass, but this will get the tests started.

[{"type":"stun","urls":"stun:stun.l.google.com:19302"}]

Testing

The tests now use Jest!

Test names must match the *.spec.ts or *.spec.js naming convention. This is configured in jest.config.js

  • npm test will run both linting, all the unit-test, and report coverage in text form in the command line.
  • npm run test:watch will run only the unit-tests and watch the files for changes (it also skips code coverage reporting).
11.0.5-build.8

3 months ago

11.0.5-build.6

3 months ago

11.0.5-build.7

3 months ago

11.0.5-build.5

1 year ago

11.0.5-build.4

2 years ago

11.0.5-build.3

3 years ago

11.0.5-build.2

4 years ago

11.0.5-build.1

4 years ago

11.0.4

4 years ago

11.0.5-build.22

4 years ago

11.0.4-build.21

4 years ago

11.0.4-build.20

4 years ago

11.0.3-build.19

4 years ago

11.0.3

4 years ago

11.0.3-build.17

4 years ago

11.0.3-build.15

4 years ago

11.0.3-build.16

4 years ago

11.0.3-build.14

4 years ago

11.0.3-build.13

5 years ago

11.0.2

5 years ago

11.0.2-build.12

5 years ago

11.0.2-build.11

5 years ago

11.0.2-build.10

5 years ago

11.0.2-build.9

5 years ago

11.0.2-build.8

5 years ago

11.0.2-build.7

5 years ago

11.0.2-build.6

5 years ago

11.0.2-build.5

5 years ago

11.0.1-build.4

5 years ago

11.0.1-build.3

5 years ago

11.0.1

5 years ago

11.0.0

5 years ago

10.2.1

5 years ago

10.2.0

5 years ago

10.1.2

5 years ago

10.1.1

5 years ago

10.1.0

5 years ago

10.0.4

5 years ago

10.0.3

5 years ago

10.0.2

5 years ago

10.0.1

5 years ago

10.0.0

5 years ago

9.0.5

5 years ago

9.0.4

5 years ago

9.0.3

5 years ago

9.0.2

6 years ago

9.0.1

6 years ago

9.0.0

6 years ago

8.1.1

6 years ago

8.1.0

6 years ago

8.0.0

6 years ago

7.0.2

6 years ago

7.0.1

6 years ago

7.0.0

6 years ago

6.1.6

6 years ago

6.1.5

6 years ago

6.1.4

6 years ago

6.1.3

6 years ago

6.1.2

6 years ago

6.1.1

7 years ago

6.0.0

7 years ago

5.1.0

7 years ago

5.0.0

7 years ago

4.0.0

7 years ago

3.2.0

7 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago