@ray-js/ipc-player-integration 0.0.35-beta.16 → 0.0.35-beta.17

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.
package/lib/ui/ui.js CHANGED
@@ -553,6 +553,8 @@ export const IPCPlayerIntegration = /*#__PURE__*/React.memo(props => {
553
553
  * 监听退出此player
554
554
  */
555
555
  usePageEvent('onUnload', () => {
556
+ console.log('res===onUnload');
557
+ siqInitRef.current = false;
556
558
  ipcTTTOperatorLog('hide: 调用停止录制方法');
557
559
  setRecording(false, true);
558
560
  setIntercom(false, true);
@@ -79,6 +79,7 @@ export const TryExperience = props => {
79
79
  }
80
80
  }, [buttonState]);
81
81
  const onTryExperience = useCallback(async () => {
82
+ console.log('res===onTryExperience', lockRef.current, isLowPhone);
82
83
  if (lockRef.current) return;
83
84
  if (isLowPhone) {
84
85
  showToast({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.35-beta.16",
3
+ "version": "0.0.35-beta.17",
4
4
  "description": "IPC 融合播放器",
5
5
  "main": "lib/index",
6
6
  "files": [