rtc-io / rtc-quickconnect-test

A reusable test suite that runs a suite of tests against an rtc-quickconnect creator function using a custom signaller
1 stars 1 forks source link

Fixes failing Firefox tests #5

Closed nathanoehlman closed 8 years ago

nathanoehlman commented 8 years ago

The scheme tests were failing due to no media streams being present - which in newer versions of Firefox causes the second peer to generate no ICE candidates, and fail immediately after the answer is set as the local description.

Adds testing for more versions of Node also.