lib-jitsi-meet
lib-jitsi-meet copied to clipboard
Cannot read property 'connectionTimes' of null
Hi,
Cannot read property 'connectionTimes' of null
at https://github.com/jitsi/lib-jitsi-meet/blob/master/JitsiConference.js#L2396
I guess it happens after disposing JitsiConference
(invoke leave
method), because you delete internal room
reference, but some of events occurs after that.
As I know this is has no effect on the user, but I think it should be properly handled
any Solution?