I get an exception when trying to open a room from the list after I enabled the videocalls. As soon as I disable them again I can open the room for chatting.
It appears as if the underlying this._options object doesn't have any "session" key. Thus trying to access callHandler on undefined causes the exception.
Can this be due to a Chatrix configuration problem?
This is the line:
https://github.com/element-hq/hydrogen-web/blob/ea5976e40b8d4974890e67bba3c139012044612c/src/domain/session/room/RoomViewModel.js#L50
I get an exception when trying to open a room from the list after I enabled the videocalls. As soon as I disable them again I can open the room for chatting.
It appears as if the underlying this._options object doesn't have any "session" key. Thus trying to access callHandler on undefined causes the exception.
Can this be due to a Chatrix configuration problem?
This is the line:
https://github.com/element-hq/hydrogen-web/blob/ea5976e40b8d4974890e67bba3c139012044612c/src/domain/session/room/RoomViewModel.js#L50