@naviedu/room-platform-react 0.0.3-8.2 → 0.0.3-9.1

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.
Files changed (2) hide show
  1. package/index.esm.js +4 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -14475,6 +14475,10 @@ function RoomPlatformProvider(param) {
14475
14475
  ,
14476
14476
  7
14477
14477
  ]);
14478
+ console.log('RoomPlatformProvider.unpublishCanonicalCamera', {
14479
+ wasPublished: wasPublished,
14480
+ retainForPreview: retainForPreview
14481
+ });
14478
14482
  if (!wasPublished) return [
14479
14483
  3,
14480
14484
  3
@@ -16808,7 +16812,6 @@ function RoomParticipantActions(param) {
16808
16812
  var resolvedIsLocal = (_ref = isLocal !== null && isLocal !== void 0 ? isLocal : mappedPresence === null || mappedPresence === void 0 ? void 0 : mappedPresence.isLocal) !== null && _ref !== void 0 ? _ref : false;
16809
16813
  var resolvedIsOnline = isOnline !== null && isOnline !== void 0 ? isOnline : Boolean(mappedPresence);
16810
16814
  var canUsePrivateRoom = (controlState === null || controlState === void 0 ? void 0 : controlState.mode) && (controlState === null || controlState === void 0 ? void 0 : controlState.mode) !== 'live';
16811
- console.log('RoomParticipantActions.controlState?.mode', controlState === null || controlState === void 0 ? void 0 : controlState.mode);
16812
16815
  var _useRoomPlatformPrivateRoom = useRoomPlatformPrivateRoom(), cancelPrivateRoom = _useRoomPlatformPrivateRoom.cancelPrivateRoom, currentPrivateRoomOperation = _useRoomPlatformPrivateRoom.currentPrivateRoomOperation;
16813
16816
  var roomPlatformToast = useRoomPlatformToast();
16814
16817
  var _useState = _sliced_to_array$l(useState(false), 2), privateCallHovered = _useState[0], setPrivateCallHovered = _useState[1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naviedu/room-platform-react",
3
- "version": "0.0.38.2",
3
+ "version": "0.0.39.1",
4
4
  "type": "module",
5
5
  "main": "./index.esm.js",
6
6
  "module": "./index.esm.js",