jiti-meet/react
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
..
features fix(chat): polyfills for lib-jitsi-meet ChatRoom#onPresence (#2678) 2018-03-28 18:04:42 -07:00
.eslintrc.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
index.native.js [RN] Fix app startup from a CallKit intent 2018-02-07 10:12:10 -06:00
index.web.js fix(external_api): fire videoConferenceLeft event on unload (#2243) 2017-12-04 10:33:58 -08:00