|
@@ -82,7 +82,8 @@ ReducerRegistry.register('features/base/conference', (state = {}, action) => {
|
82
|
82
|
* reduction of the specified action.
|
83
|
83
|
*/
|
84
|
84
|
function _conferenceFailed(state, { conference, error }) {
|
85
|
|
- // The active conference or the one we are joining.
|
|
85
|
+ // The current (similar to getCurrentConference in
|
|
86
|
+ // base/conference/functions.js) conference which is joining or joined:
|
86
|
87
|
const conference_ = state.conference || state.joining;
|
87
|
88
|
|
88
|
89
|
if (conference_ && conference_ !== conference) {
|