033aa0dd6e
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. |
||
---|---|---|
.. | ||
actionTypes.js | ||
actions.js | ||
constants.js | ||
functions.js | ||
index.js | ||
middleware.js | ||
reducer.js |