Skip to content

Releases: webrtcHacks/adapter

Reverts EC6 functions to ensure adapter does not break in old browsers.

17 May 11:36
Compare
Choose a tag to compare

General promise improvements, edge ice lite, more gUM constraint shims and general fixes

16 May 13:07
Compare
Choose a tag to compare

Add gUM safari support, disable console log by default, more MS edge improvements and prevent constraints input manipulation

Various MS edge fixes + some misc stuff

30 Mar 11:07
Compare
Choose a tag to compare

v1.0.6: Merge pull request #238 from webrtc/bumpVersion

18 Mar 13:47
Compare
Choose a tag to compare

Various MS edge fixes

17 Mar 16:05
Compare
Choose a tag to compare
Merge pull request #233 from webrtc/bumpVersionTo1.0.5

Bump to version 1.0.5

Improve utils

04 Mar 11:51
Compare
Choose a tag to compare
Merge pull request #216 from webrtc/bumpVersionTo1.0.4

Bump version to 1.0.4

Add non supported browser fallback to util.js + fix bower package name

01 Mar 08:44
Compare
Choose a tag to compare
Merge pull request #210 from webrtc/updateTo1.0.3

Bump to version 1.0.3

Fix bower.json

23 Feb 10:41
Compare
Choose a tag to compare
Merge pull request #205 from webrtc/fixBower

Fix bower version, main path and moduleType

Adapter refactoring

23 Feb 08:08
Compare
Choose a tag to compare

This is major refactor release.

Each browser shim now has it's own file (chromeShim, edgeShim etc), the shimmed API's has explicit methods (shimGetUserMedia etc) and shared logic is put in a utils.js file. Also, it can used as a commonJS/requireJS module or instead use the browserified artifacts.

The browser selection logic is in handled in adapter-core.js.

This should make it easier to make changes and adding more browser shims in the future.

One caveat, It's not thoroughly tested with other modules, please let us know if it doesn't work together with some modules.