webrtc-signal-http icon indicating copy to clipboard operation
webrtc-signal-http copied to clipboard

opinionated webrtc signal provider using http as a protocol

Results 10 webrtc-signal-http issues
Sort by recently updated
recently updated
newest added

## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `5.2.0` to `6.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

## The devDependency [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `5.2.7` to `7.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [supertest](https://github.com/visionmedia/supertest) was updated from `3.4.2` to `4.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

Today `WEBRTC_CORS` is an environment variable that should toggle cors on or off, however there is currently no way to configure cors to allow certain hosts (you either get `*`...

enhancement

https://github.com/bengreenier/webrtc-signal-http/blob/master/lib/index.js#L23 the environment variable `WEBRTC_CORS` can be used to enable or disable cors. This should be documented.

bug

release 2 to master brings in: + fix #3 + fix #2 + fully backcompat api + modernized api (with `Accept: application/vnd.webrtc-signal.2`) + two openapi docs, one for each api...

bug
enhancement

> These results come from manually diff-ing behavior between webrtc `peerconnection_server` and us + Always specifies `Connection` header `close` + Always specifies `Cache-Control` header `no-cache` + CORS exposes header `X-Peer-Id`,...

bug

in https://github.com/bengreenier/webrtc-signal-http#moduleexports the `require` example is invalid

bug

Make sure after this is stable to redirect to your server in the 3D streaming toolkit documentation and wiki. https://github.com/CatalystCode/3dtoolkit/wiki/Signaling-Service

enhancement