Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

WeChat small program API background audio stop playing music


May 18, 2021 WeChat Mini Program Development Document


Table of contents


wx.stopBackgroundAudio(Object object)

Starting with base library 1.2.0, this interface is out of maintenance, using wx.getBackgroundAudioManager instead

Stop playing music.

Parameters

Object object

Property Type The default Required Description
success function Whether The interface calls a successful callback function
fail function Whether The interface calls the failed callback function
complete function Whether Callback function at end of interface call (call succeeds, fails are executed)

The sample code

wx.stopBackgroundAudio()