jiti-meet/react/features/base/app
Leonard Kim d7e0aa3f61 fix(api): enable the external api before the first redux update
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.
2019-05-20 11:56:08 +02:00
..
components Singleton follow me (#4144) 2019-04-26 18:11:53 +00:00
actionTypes.js chore: use strings as action types 2019-03-21 14:47:55 +01:00
actions.js fix(api): enable the external api before the first redux update 2019-05-20 11:56:08 +02:00
functions.js feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
index.js feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
reducer.js feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00