jiti-meet/react/features/base/lib-jitsi-meet/native
virtuacoplenny 1e0a3ceb74 fix(chat): polyfills for lib-jitsi-meet ChatRoom#onPresence (#2678)
The onPresence parsing was refactored to remove use of jQuery.
This exposed three methods not available in react-native:
ParentNode.children, ChildNode.remove, and
document.querySelectorAll. The querySelectorAll change could
be swapped for the already polyfilled querySelector, but
children and remove had to be added. The polyfills are based
on those supplied by MDN web docs, but modified to pass jitsi
linting.
2018-03-28 18:04:42 -07:00
..
RTCPeerConnection.js fix(android): do not require java 8 target 2018-03-08 15:47:05 -06:00
WiFiStats.js [Android] Add module that provides getWiFiStats 2017-12-19 11:07:11 +01:00
index.js [RN] Polyfill __filename ASAP 2018-02-02 15:13:26 -06:00
polyfills-browser.js fix(chat): polyfills for lib-jitsi-meet ChatRoom#onPresence (#2678) 2018-03-28 18:04:42 -07:00
polyfills-bundler.js [RN] Polyfill __filename ASAP 2018-02-02 15:13:26 -06:00
polyfills-webrtc.js [RN] Promised-base RTCPeerConnection API 2018-02-28 17:17:08 -06:00