Jerko Steiner
Jerko Steiner
The current `example/` uses an old version of `react-hot-loader` which silently swallows `require` errors: https://github.com/gaearon/react-hot-loader/blob/62f9ccdd076b26302dae077c23de3dd6812ebd97/src/hot.dev.js#L27-L31 The latest version of `react-hot-loader` always logs require errors: https://github.com/gaearon/react-hot-loader/blob/3fadc05783f2aa534372dbe6846b1a379ed76ebd/src/hot.dev.js#L86-L93 Steps to reproduce: ```bash https://github.com/Macil/browserify-hmr...
I'd like to propose adding a third parameter, `event.transceiver.mid`, to the [`track`][track] event: ```diff diff --git a/index.js b/index.js index 5d0d08b..c274499 100644 --- a/index.js +++ b/index.js @@ -958,7 +958,7 @@ class...
I am unable to bundle a package that requires `simple-peer` module. Using `"fuse-box": "4.0.0-next.424"`. Example config: #### fuse.ts ```ts import { fusebox, sparky } from 'fuse-box' class Context { watch...
Closes #268
Remove client-side pings and respond to server-side pings with client-side pongs. Closes #262
Setting the same password results with a video not being rendered, a lot of PLI packets are sent, but the video is never decoded properly. Sometimes the RTP stream just...
The value of an `` element was incorrectly being set as a JSON. This bug was most likely introduced in b35fdb6b. Also run `npm audit fix`. Closes #228.
**Describe the bug** The [RFC 4588](https://tools.ietf.org/html/rfc4588) states that a re-transmitted RTP packet must: 1. Keep increasing sequence numbers. This means that the way the old RTP packet is sent is...