Revert "feat(external-api) add deployment information to ready event"

This reverts commit 6727004930.
pull/14959/head jitsi-meet_9651
Saúl Ibarra Corretgé 10 months ago
parent 7bc9913b29
commit e31aff5afd
  1. 7
      modules/API/API.js

@ -1126,12 +1126,7 @@ class API {
this.notifyBrowserSupport(isSupportedBrowser());
// Let the embedder know we are ready.
this._sendEvent({
name: 'ready',
// XXX: Here we are using window.config since this is fired really early.
info: window.config.deploymentInfo
});
this._sendEvent({ name: 'ready' });
}
/**

Loading…
Cancel
Save