d7e0aa3f61
For the external api to fire update events out of the iframe, it must first be initialized within the jitsi app. Any invocations by the app to send updates events before initialization will cause the api to swallow the events. The chosen fix is to initialize the api earlier so the first update of app's redux store fires update events that the api will also fire out of the iframe. This change will affect current behavior in that right now the update event of the initial set of the avatar url is blocked, but the change will make that event fire out of the iframe. |
||
---|---|---|
.. | ||
components | ||
actionTypes.js | ||
actions.js | ||
functions.js | ||
index.js | ||
reducer.js |