You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi we r creating audio app where audio will play from remote server. when we start payning it's working fine and next and previous olso working fine. but in sleep mode we r not able to call next audio function.
#508
hi, we r creating an audio app where audio will play from a remote server. when we start paying it's working fine and next and previous also working fine. but in sleep mode, we r not able to call the next audio function. (Android 8+ working fine) Android 9+ not working
hi, we r creating an audio app where audio will play from a remote server. when we start paying it's working fine and next and previous also working fine. but in sleep mode, we r not able to call the next audio function. (Android 8+ working fine) Android 9+ not working
onend: (event) => {
console.log("Play end")
if (!this.repeataudio) {
this.next();
}
else {
this.playagain();
}
}
The text was updated successfully, but these errors were encountered: