I hereby claim:
- I am tauren on github.
- I am tauren (https://keybase.io/tauren) on keybase.
- I have a public key ASB200ndWK4x0QjPxs9kLdZjlfhL5edNlQY4xJ8YyBByrwo
To claim this, I am signing this object:
// Create WebRTC peer and setup event handlers | |
let peer = new RTCPeerConnection(iceConfig) | |
// Subject for the websocket signalling server | |
let socketSubject = Observable.webSocket({ | |
// deserialize each binary message received | |
resultSelector: e => deserialize(e.data) | |
}) | |
// Filter for only icecandidate messages | |
.filter(msg => msg && msg.header && msg.header.event === 'icecandidate' && msg.body && msg.body.candidate) |
'use strict'; | |
// TODO: Upgraded to neutrino@beta (v5). Make sure to upgrade to final release version | |
// which should be available mid March. Here are some links on what has changed and | |
// how to update old config to new: | |
// https://github.com/mozilla-neutrino/neutrino-dev/blob/v5.0.0-beta/docs/upgrading-neutrino.md | |
// https://github.com/mozilla-neutrino/neutrino-dev/pull/86#issue-211140309 | |
const merge = require('deepmerge'); | |
const webpack = require('webpack') |
I hereby claim:
To claim this, I am signing this object: