call-live-sdk1 0.0.23 → 0.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -305738,8 +305738,10 @@ const MobileLive = reactExports.memo(({
305738
305738
  }
305739
305739
  }, [mainCanvasId, callConfig.isVideoEnabled, isBackCamera]);
305740
305740
  reactExports.useEffect(() => {
305741
- document.body.style.minWidth = "100vw";
305742
- }, [callConfig]);
305741
+ window.callUsers = callUsers;
305742
+ window.callConfig = callConfig;
305743
+ window.rtc = rtc;
305744
+ }, [callUsers, callConfig, rtc]);
305743
305745
  return /* @__PURE__ */ jsxRuntimeExports.jsx(ConfigProvider$1, {
305744
305746
  theme: {
305745
305747
  algorithm: theme.darkAlgorithm,