pull/1272/head jitsi-meet_1675
Lyubomir Marinov 8 years ago
parent 3aff812ee2
commit 5319227a8f
  1. 1
      react/features/base/connection/reducer.js
  2. 4
      react/features/base/lib-jitsi-meet/reducer.js

@ -62,6 +62,7 @@ function _connectionEstablished(state, action) {
*
* @param {string} domain - The domain with which the returned options are to be
* populated.
* @private
* @returns {Object}
*/
function _constructConnectionOptions(domain) {

@ -11,8 +11,8 @@ import {
* Initial state of 'features/base/lib-jitsi-meet'.
*
* @type {{
* initializationError: null,
* initialized: boolean
* initializationError: null,
* initialized: boolean
* }}
*/
const INITIAL_STATE = {

Loading…
Cancel
Save