Highlights
- Support for WebRTC video and audio streams in both Firefox and Chrome.
- Add `util.supports.[FEATURE]` flags, which represent the WebRTC features
supported by your browser.
- **Breaking:** Deprecate current `Peerconnections` format. Connections will no longer be
keyed by label and will instead be in a list.
Other changes
- **Breaking:** Deprecate `Peer.browser` in favor of `util.browser`.
- Additional logging levels (warnings, errors, all).
- Additional logging functionality (`logFunction`).
- SSL option now in config rather than automatic.