mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
It's fired when the API is ready, and it signals the embedder that they can reveal the meeting from behind an overlay, for example. The astute reader might notice we are currently sending a 'browser-support' event roughly at the same time. The reason for this new event is plain simply semantics. In addition the 'onload' handler is faked by calling it when the new ready event fires. The original onload event is unreliable. It will be called even when nothing was ever loaded (try loading a page without internet and be amused).