@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);
|