adapter icon indicating copy to clipboard operation
adapter copied to clipboard

Shim to insulate apps from spec changes and prefix differences. Latest adapter.js release:

Results 27 adapter issues
Sort by recently updated
recently updated
newest added

**Description** - Shims `RTCDataChannel.binaryType: 'blob'` in Chrome (which doesn't support it) - Makes 'blob' the default value for `RTCDataChannel.binaryType` in Chrome and Safari, as the spec states it should be....

A continuation of https://github.com/webrtc/adapter/issues/712, or a subset thereof. After some changes this is the remaining problematic code: https://github.com/webrtc/adapter/blob/0a293a9803dcd612cb73c147218a81d56405d6bd/src/js/utils.js#L151 This is probably blocking https://bugs.chromium.org/p/chromium/issues/detail?id=692736, as being identified as Safari might have...

https://api.npmjs.org/versions/webrtc-adapter/last-week shows the download distribution. Looks like a considerable amount of 6.x usage

[String.prototype.substr()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) is deprecated so we replace it with [String.prototype.slice()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice) which works similarily but isn't deprecated. .substr() probably isn't going away anytime soon but the change is trivial so it doesn't...

based on enumerateDevices. This allows apps to somewhat use getUserMedia already to use selectAudioOutput (but will not show any prompt). Note that this does not (yet) modify enumerateDevices output.

# Please read first! Please use [discuss-webrtc](https://groups.google.com/forum/#!forum/discuss-webrtc) for general technical discussions and questions. - [x] I have provided steps to reproduce (e.g. a link to a [jsfiddle](https://jsfiddle.net/)) - [x] I...

# Please read first! Please use [discuss-webrtc](https://groups.google.com/forum/#!forum/discuss-webrtc) for general technical discussions and questions. - [X] I have provided steps to reproduce (e.g. a link to a [jsfiddle](https://jsfiddle.net/)) - [X] I...

# Please read first! Please use [discuss-webrtc](https://groups.google.com/forum/#!forum/discuss-webrtc) for general technical discussions and questions. - [x] I have provided steps to reproduce (e.g. a link to a [jsfiddle](https://jsfiddle.net/)) - [x] I...

see #1023 Optional arguments should be done with `...` in ES6. This is an issue in Safari in strict mode but for future-safety adapter should probably stop doing stupid things...

enhancement
help wanted