Hi everyone,
I’m building a Zoom App (web-based) and I want to clarify whether a specific use case is supported by the Zoom App SDK.
I already have a web app where users can record their own voice messages (for example, short voice reminders or prompts). I’m exploring whether this same functionality can be implemented inside a Zoom App.
To be very clear:
-
I am not trying to record the Zoom meeting audio -
I am not trying to record other participants -
I only want to allow the current user to record their own microphone input, similar to a normal web voice recorder -
The recorded audio would be used later as a personal voice reminder, not stored as a meeting recording
My questions:
-
Does the Zoom App SDK allow access to the user’s microphone for custom audio recording (outside of meeting recording)?
-
Can standard browser APIs like
getUserMedia()be used inside a Zoom App for this purpose? -
Are there any permission or policy limitations I should be aware of for this use case?
Any guidance or references to relevant documentation would be greatly appreciated.
Thanks!