We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f694f2e commit d06a5ebCopy full SHA for d06a5eb
WXMini/components/trtc-room/trtc-room.js
@@ -2300,7 +2300,7 @@ Component({
2300
_handleBGMOperation(event) {
2301
const operationName = event.currentTarget.dataset.operationName
2302
if (this[operationName]) {
2303
- this[operationName]({ url: 'http://music.163.com/song/media/outer/url?id=317181.mp3' })
+ this[operationName]({ url: 'https://trtc-1252463788.cos.ap-guangzhou.myqcloud.com/web/assets/bgm-test.mp3' })
2304
}
2305
},
2306
_selectBeautyStyle: function(event) {
0 commit comments