Lib-jitsi-meet uses jQuery's .append method to manipulate Jingle. The method in question invokes the getter and setter of Element.innerHTML. Unfortunately, xmldom which we use in React Native to polyfill DOM does not polyfill Element.innerHTML. So polyfill it ourselves. |
||
---|---|---|
.. | ||
features | ||
.eslintrc.js | ||
config.js | ||
index.native.js | ||
index.web.js |