Is it possible to play sound in a zoom app?

Currently trying with:

function playsound(effect){
var audio = new Audio(‘submarine.mp3’);
audio.play();
};

Getting Unhandled Promise Rejection: NotSupportedError: The operation is not supported.

Thank you,
Auke

1 Like

I am interrested in the same stuff. And is it possible to play the sound without appearing on screen? Like it can be done manually via share audio option.

Hi @auke.vanscheltinga & @calmedpanda , no, this is not possible today through the Zoom Apps SDK but we’re investigating our options to support external media sources. We can’t promise anything, but understand the value this could provide!