@mentra/engine 3.2.1-dev.293 → 3.2.1-dev.295

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.
@@ -3612,7 +3612,7 @@ class LocalMiniappRuntime {
3612
3612
  const enabled = await acsMeetingService.isWifiEnabled();
3613
3613
  return enabled ?? true;
3614
3614
  },
3615
- joinScopedNetwork: (ssid, passphrase, gateway) => acsMeetingService.joinScopedNetwork(ssid, passphrase, gateway),
3615
+ joinScopedNetwork: (ssid, passphrase, gateway, report) => acsMeetingService.joinScopedNetwork(ssid, passphrase, gateway, report),
3616
3616
  leaveScopedNetwork: () => acsMeetingService.leaveScopedNetwork(),
3617
3617
  cancelScopedNetworkJoin: () => acsMeetingService.cancelScopedNetworkJoin(),
3618
3618
  probeGateway: async () => {