How to get raw audio from web video-sdk?

Description
Hi, I’m trying to access raw audio stream out of zoom-sdk media stream. But I don’t see any docs about it.

let stream = zmClient.getMediaStream();
# I think i can get raw audio stream 
let audio_stream = stream.getRawAudio()...??? or something like it.

Could someone give me a hint ? or link to documentation fo it?
Thanks is advance.

Which Web Video SDK version?
@zoom1234/videosdk”: “^1.1.7”,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.