如何保证用户在静音的情况下,还可以播放音频。
thank you
const innerAudioContext = wx.createInnerAudioContext();
innerAudioContext.obeyMuteSwitch = false;