💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# wx.offAudioInterruptionBegin ### wx.offAudioInterruptionBegin(function callback) 取消监听音频因为受到系统占用而被中断开始事件。以下场景会触发此事件:闹钟、电话、FaceTime 通话、微信语音聊天、微信视频聊天。此事件触发后,小程序内所有音频会暂停。 #### 参数 ##### function callback 音频因为受到系统占用而被中断开始事件的回调函数 > 原文: <https://developers.weixin.qq.com/minigame/dev/api/system/system-event/wx.offAudioInterruptionBegin.html>