Handling Local Recording Disabled
If the host’s local recording settings aren’t enabled, a bot won’t be able to record even if it’s using the Recall Zoom OAuth integration.
Unfortunately there's nothing on the user's side here that notifies or prompts them about the bot's inability to record because of their setting.
With that said, what you can do here is if you receive a webhook event with the zoom_local_recording_disabled
sub code, you can the the bot to do something that makes it known that they're not able to record.
Some examples of this:
- Update the bot's video output to an image that states the bot is unable to record, and how to fix it
- Send a chat message stating the bot is unable to record
Updated 10 months ago