Skip to content

fix: make max_participants optional#15920

Merged
Udit-takkar merged 2 commits intomainfrom
fix/schema
Jul 26, 2024
Merged

fix: make max_participants optional#15920
Udit-takkar merged 2 commits intomainfrom
fix/schema

Conversation

@Udit-takkar
Copy link
Copy Markdown
Contributor

@Udit-takkar Udit-takkar commented Jul 25, 2024

What does this PR do?

  • Fixes #XXXX (GitHub issue number)
  • Fixes CAL-XXXX (Linear issue number - should be visible at the bottom of the GitHub issue description)

Reported here :- https://calcominc.slack.com/archives/C04CWEU35NV/p1721929046568029

Edge Case:- when user clicks on stop recording as soon as meeting was started i.e when duration of recording 0. max_participants property is not returned

Screenshot 2024-07-26 at 12 49 24 AM

Reported here

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected).
  • N/A I have added a Docs issue here if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.
  • N/A I confirm automated tests are in place that prove my fix is effective or that my feature works.

How should this be tested?

@graphite-app graphite-app Bot requested a review from a team July 25, 2024 19:20
@keithwillcode keithwillcode added consumer core area: core, team members only labels Jul 25, 2024
room_name: z.string(),
start_ts: z.number(),
status: z.string(),
max_participants: z.number().optional(),
Copy link
Copy Markdown
Contributor Author

@Udit-takkar Udit-takkar Jul 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

made this optional. No change in business logic

@graphite-app
Copy link
Copy Markdown

graphite-app Bot commented Jul 25, 2024

Graphite Automations

"Add consumer team as reviewer" took an action on this PR • (07/25/24)

1 reviewer was added to this PR based on Keith Williams's automation.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ai ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2024 6:54am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
cal ⬜️ Ignored (Inspect) Visit Preview Jul 26, 2024 6:54am
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview Jul 26, 2024 6:54am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 bug Something isn't working consumer core area: core, team members only ready-for-e2e

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants