Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoom integration doesn't follow the zoom app settings for auto-record #16709

Open
achalliburton opened this issue Sep 18, 2024 · 4 comments · May be fixed by #16724
Open

Zoom integration doesn't follow the zoom app settings for auto-record #16709

achalliburton opened this issue Sep 18, 2024 · 4 comments · May be fixed by #16724
Labels
🐛 bug Something isn't working

Comments

@achalliburton
Copy link

Found a bug? Please fill out the sections below. 👍

Issue Summary

When scheduling a meeting, the integration creates the Zoom meeting but it does not follow the recording parameters set inside Zoom. It defaults to not recording any meeting.

Steps to Reproduce

  1. Connect Zoom App
  2. Schedule Meeting
  3. Check meeting inside Zoom platform (or jump on call) and notice the recording is defaulted to not recording

Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?

Actual Results

The connected app is not following the parameters set in the Zoom account settings.

Expected Results

The app connected through Cal.com should follow the parameters met by Zoom account settings

Technical details

  • Not browser specific
  • Not account specific (Zoom or Cal.com)
  • Issue has been reported multiple times and closed without resolution

Evidence

@achalliburton achalliburton added the 🐛 bug Something isn't working label Sep 18, 2024
@neehhaa06
Copy link

Hello @achalliburton :)

fix: #16709

The Zoom API correctly retrieves and applies the user's auto-record settings when scheduling a meeting via Cal.com. This requires proper synchronization between the Zoom account settings and the integration. Implement a fallback mechanism to default to Zoom's settings if synchronization fails.

@vijayraghav-io
Copy link
Contributor

Verified again that its working as expected after this PR #15489 is merged.
If its not working for specific users, its because of the scope not being added in zoomAppMarketplace https://marketplace.zoom.us/

Kindly refer this video to update scopes in ZoomAppMarketplace.
The new scope user:read:settings needs to be added to respect the recording settings in zoom.

https://www.loom.com/share/d1b8f6910ca946f7a729a80c78167da0?sid=7950171a-681c-45c4-9d7f-55aff7afe500

@vijayraghav-io
Copy link
Contributor

@milospuac

PFB video showing record settings is working as expected after the referenced PR #15489 is merged.
If not working for specific users, its because of scope not being added. Please refer the video in previous comment for adding scope in zoomAppMarketplace.

https://www.loom.com/share/48799d1d4af44de8ae82a6fff7353b0f?sid=8efbe50b-af43-4918-bbb7-4864a513b5ff

cc @joeauyeung

@achalliburton
Copy link
Author

achalliburton commented Sep 19, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants