how can I get online Audio and video from word body using office js? [closed]

I am currently developing a Word add-in using Office.js and I need to extract online audio and video content embedded in the body of the document. Specifically, I am trying to programmatically identify and extract URLs or embedded media files (audio and video) within the Word document using the Office JavaScript API. thanks in advance.