bigbluebutton-Github/bigbluebutton-html5/imports
prlanzarin 71f958ca47 fix(bbb-html5): crash due to undefined metadataProp access
A client crash may happen if either the Meeting collection or the
document's metadataProp attribute are undefined whenever the
getFromMeetingSettings util is called to fetch metadata.
It's debatable whether anything is working in the client if the
documents being accessed here are unavailable, but it'll still be logged
and might bork an ongoing reconnect.

Use optional chaining + nullish coalescing to avoid causing TypeErrors
in those situations while also returning default metadata values
properly.
2024-04-12 14:31:38 -03:00
..
api Merge pull request #19608 from lfzawacki/gladia-2.7 2024-03-07 15:32:54 -05:00
startup fix(bbb-html5): customHeartbeat would not close stale sessions, + (#19017) 2024-01-22 11:10:41 -05:00
ui fix(bbb-html5): crash due to undefined metadataProp access 2024-04-12 14:31:38 -03:00
utils improve throttle function 2023-11-01 17:36:46 -03:00