ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# .onInterruptionBegin ### RecorderManager.onInterruptionBegin(function callback) > 支持版本 >= 2.3.0 监听录音因为受到系统占用而被中断开始事件。以下场景会触发此事件:微信语音聊天、微信视频聊天。此事件触发后,录音会被暂停。pause 事件在此事件后触发 #### 参数 ##### function callback 录音因为受到系统占用而被中断开始事件的回调函数 > 原文: <https://developers.weixin.qq.com/minigame/dev/api/media/recorder/RecorderManager.onInterruptionBegin.html>