millicast / millicast-sdk

SDK for building a realtime broadcaster using the Millicast platform.
Other
37 stars 28 forks source link

Audio not playing in background on iOS #226

Open imrankhanmemon opened 1 year ago

imrankhanmemon commented 1 year ago

Version affected All iOS version

Describe the bug const audio = document.createElement('audio') audio.srcObject = stream audio.muted = true audio.play() When I am removing audio.muted = true it is woking fine in background, but causing issue in delay node mode it plays two time one real time other with delay To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context Add any other context about the problem here.

imrankhanmemon commented 1 year ago

Any progress on this

Santiago-Souto commented 9 months ago

Hi @imrankhanmemon ! Sorry for the late response. Could you provide more context on the issue. I understand the title says audio not playing, but in the description it is noted that the audio is playing double on background.

Also, any more information, code base or something else would be helpful. Thanks!