Description
I am having trouble while trying to get audio recording per registrant.
I can see the multiple audio files recorded per registrant voice on my local computer, but I couldn’t find it uploaded to the cloud.
There is an option on my account setting called Record a separate audio file for each participant who speaks and this worked exactly what I wanted. But this saved recordings only on my local computer.
I checked the Recording Event Webhook for getting any idea of how the recordings work in cloud.
Hi @tiop08317, separate audio files are currently only a feature of Local Recording. When added to the cloud, these files are returned as a single file.
Hi @michael.zoom
Thank you so much for your fast reply.
Can you please tell me if this MobileRTCAudioRawDataDelegate is available on WebSDK version?
especially the events like onMobileRTCMixedAudioRawData to get stream data.
Because I can see the js file for WebSDK is uglified or bundled.
Also using this Live Streaming REST API, I was testing if I can get individual participant’s audio data from this stream. Can you please tell me if this contains audio channel per participant?
I was wondering this very same question.
I am analysing the Zoom API.
Are there any plans to enable multitrack (multiple channels) in Cloud Recordings? If so, when? If not, why?
Thank you for reaching out to the Zoom Developer Forum. Currently, this is not on our Developer Roadmap but I’m not aware of any reason that would prevent us from adding the feature. If you would like this feature to be considered for a future release, I recommend posting in the #feature-requests category.
Please subscribe to our changelog in order to stay up-to-date with the latest features and fixes.
With regards to @tommy answer, in what way can we use OBS to enable this?
I did try to create a streaming service locally using Nginx, but the output does seem to be mono channel as well…
Thank you for your question. I’m not positive what he was referring to but, off the top of my head, you could have each participant run OBS and capture Zoom or use OBS as a Virtual Camera. This would allow you to have separate streams for each participant.
I can’t think of another method that would provide you with separate streams for each participant. Maybe @tommy can offer some insight.