jiti-meet/react/features/app
Saúl Ibarra Corretgé d669a6c73c [RN] Keep track of ongoing network requests
Works only for XHR requests, which is the only network request mobile performs
(WebRTC traffic aside). The fetch API is implemented on top of XHR, so that's
covered too.

Requests are kept in the redux store until they complete, at which point they
are removed.
2017-08-29 18:54:04 -05:00
..
components [RN] Keep track of ongoing network requests 2017-08-29 18:54:04 -05:00
actionTypes.js [RN] Naming 2017-06-09 14:51:31 -05:00
actions.js [RN] Mitigate 'Not joining a new URL while in a conference' 2017-08-01 06:31:03 -05:00
functions.native.js Simplify route navigation 2017-08-22 16:38:14 -05:00
functions.web.js Simplify route navigation 2017-08-22 16:38:14 -05:00
index.js Invite URL w/o (hash & query/search) params 2017-06-01 21:04:31 -05:00
middleware.js [RN] Create tracks right when they are required 2017-08-22 07:28:19 -05:00
reducer.js Fixes jsdocs, formatting 2017-07-26 15:54:57 -05:00