Releases: Temasys/AdapterJS
0.10.4: AdapterJS.onwebrtcready callback
- Added the AdapterJS.onwebrtcready callback and promoting it to be used to start your application code.
CDN links
Minified library: //cdn.temasys.com.sg/adapterjs/0.10.4/adapter.min.js
Debug library: //cdn.temasys.com.sg/adapterjs/0.10.4/adapter.debug.js
0.10.3: LogLevel wrapper and ready-state refactoring
- Added a wrapping function to set the Temasys WebRTC Plugin log level via AdapterJS
- Refactoring of the way the plugin is detected to be ready
0.10.1 and 0.10.2 were internal releases and are not published.
CDN links
Minified library: //cdn.temasys.com.sg/adapterjs/0.10.3/adapter.min.js
Debug library: //cdn.temasys.com.sg/adapterjs/0.10.3/adapter.debug.js
0.10.0: Refactoring and merge with Google's adapter
- Stability improvements
- Merge with changes from Google's version of the adapter
- Refactored namespacing
CDN links
Minified library: //cdn.temasys.com.sg/adapterjs/0.10.0/adapter.min.js
Debug library: //cdn.temasys.com.sg/adapterjs/0.10.0/adapter.debug.js
0.9.3: Updating header injection support
- Bugfix when plugin is not installed, install message does not show.
CDN links
Minified library: //cdn.temasys.com.sg/adapterjs/0.9.3/adapter.min.js
Debug library: //cdn.temasys.com.sg/adapterjs/0.9.3/adapter.debug.js
0.9.2: Allowing for head injection
- Allowing AdapterJS to be injected in to the head of a document
- Enhanced state reporting of the plugin during load
- Wrapping around missing MediaStreamTrack.getSources() in Firefox, returning an empty array of options
CDN links
Minified library: //cdn.temasys.com.sg/adapterjs/0.9.2/adapter.min.js
Debug library: //cdn.temasys.com.sg/adapterjs/0.9.2/adapter.debug.js
0.9.1: IE bug fix not prompting getUserMedia
Solving critical problem with the most recent Temasys WebRTC plugin. IE would not prompt input selection box when getUserMedia is called.
Also excluded node_modules again from repository which had been added for testing purposes with testling.
CDN links
Minified library: //cdn.temasys.com.sg/adapterjs/0.9.1/adapter.min.js
Debug library: //cdn.temasys.com.sg/adapterjs/0.9.1/adapter.debug.js
0.9.0: Including Install bar for IE and Safari and removing WebRTCReadyCb function
We updated the version number to reflect that this is the successor of our previous adapter.js file packaged with the Temasys WebRTC Plugin
Example screenshot of the Install bar
CDN links
Minified library: //cdn.temasys.com.sg/adapterjs/0.9.0/adapter.min.js
Debug library: //cdn.temasys.com.sg/adapterjs/0.9.0/adapter.debug.js
0.0.2: Updated IceConnectionStateChange handling and new helper functions
CDN links
Minified library: //cdn.temasys.com.sg/adapterjs/0.0.2/adapter.min.js
Debug library: //cdn.temasys.com.sg/adapterjs/0.0.2/adapter.debug.js
0.0.1: First release
First version adapterjs