I have a web app built with React using videosdk. The core function is for a single human user to join the session and record their audio in response to some audio prompts. I want these programmatically run audio prompts to be in the cloud recording too, so is there a way to programmatically run audio from an audio file within the videosdk session?
getAudioMediaPlaybackController seems to hint at something like this but I can’t quite figure it out.