jiti-meet/react/features/base/conference
paweldomas 033aa0dd6e fix(base/conference/reducer): check if room is defined
This was hit on a corner case when ConnectionService will deny
the request to start the call. I am not sure, but it could have been
that the conference object has been disposed or closed or something
else, but the fact is that 'conference.room' was not defined and things
crashed. It is not safe to access conference's private field 'room'. It
is true JitsiConference doesn't follow the practice of marking this
field as private with the underscore '_', but it is not a public field.
2019-06-20 13:19:04 -05:00
..
actionTypes.js chore: use strings as action types 2019-03-21 14:47:55 +01:00
actions.js Notify for kick and mute (#4328) 2019-06-17 16:00:09 +02:00
constants.js feat(1080p): pass new-style constraints to createLocalTracks (#2087) 2017-10-31 17:08:07 -07:00
functions.js rn: show conference subject if set 2019-05-29 14:48:02 +02:00
index.js [RN] fix(Avatar): Match the implementation for web 2017-03-08 13:21:34 -06:00
middleware.js feat(reload): on offer / answer error. 2019-06-19 05:25:43 -07:00
reducer.js fix(base/conference/reducer): check if room is defined 2019-06-20 13:19:04 -05:00