@kendam wrote:
I want to play a list of audio files just after its predecessor is played.
I am able to this manually like this
nativeAudio.play('uniqueId1', () => { nativeAudio.play('uniqueId2', () => { nativeAudio.play('uniqueId3', () => { }) }) })
I have try to this with loop, but they all played at the same time
Any help will be appreciated
Posts: 1
Participants: 1