function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
woodmanzeewoodmanzee 

Accessing browser audio for playback with javascript

In my visualforce page, I'm using javascript to connect to an external server and need to play back audio coming from the server. The problem is that when I try to play back sound through the audio channel, salesforce already has control of that channel and I can't play sounds through it. Has anyone run into this or have any suggestions? It seems like whichever calls access to the audio gets it first, and salesforce does that (not sure why they need it) before I can run my code.

 

I logged a case with support, but their oh so helpful india call centers took a week and said they didn't know. Suggesions? 

Nickname_BravoNickname_Bravo
woodmanzeewoodmanzee
The problem is that these are not saved source files, they are being
streamed live from our server once we've established a connection. Unless
you know how to make the audio tag reference that stream?
Nickname_BravoNickname_Bravo
So the user would be joining in a live audio session?
sadhana telnadesadhana telnade
Hello, did you get solution for your problem? I have same requirement in my project. Can you please tell me what you did for audio streaming? 
And does it work in Classic version?