Skip to content

feat(call): recording#2558

Merged
whutchinson98 merged 3 commits into
mainfrom
hutch/feat-call-recording
Apr 14, 2026
Merged

feat(call): recording#2558
whutchinson98 merged 3 commits into
mainfrom
hutch/feat-call-recording

Conversation

@whutchinson98
Copy link
Copy Markdown
Member

  • move recording_url to recording_key column
  • enable getting presigned urls in GET /call/record/:call_id endpoint

@whutchinson98 whutchinson98 requested a review from a team as a code owner April 14, 2026 16:40
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 14, 2026

Warning

Rate limit exceeded

@whutchinson98 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 19 minutes and 28 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 19 minutes and 28 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 2ba5b476-2d0b-4862-bde3-d6f734b0440c

📥 Commits

Reviewing files that changed from the base of the PR and between d1a62f9 and 8badc85.

⛔ Files ignored due to path filters (20)
  • js/app/packages/service-clients/service-storage/generated/schemas/callRecord.ts is excluded by !**/generated/**
  • js/app/packages/service-clients/service-storage/generated/schemas/callRecordRecordingUrl.ts is excluded by !**/generated/**
  • js/app/packages/service-clients/service-storage/generated/schemas/index.ts is excluded by !**/generated/**
  • js/app/packages/service-clients/service-storage/generated/zod.ts is excluded by !**/generated/**
  • rust/cloud-storage/Cargo.lock is excluded by !**/*.lock, !**/Cargo.lock
  • rust/cloud-storage/call/.sqlx/query-0ea8abcb6adfa2a93579879f4bc537c13a9a4e4c313c115a83b0bc98c846db0f.json is excluded by !**/.sqlx/**
  • rust/cloud-storage/call/.sqlx/query-49400f2746959327b8cc5acbb374d0073864a1b684752aa2c442ca873fa969d4.json is excluded by !**/.sqlx/**
  • rust/cloud-storage/call/.sqlx/query-5764bc7a77e72625b9f348045d6ee0a3f1c0e1e6b81c50118f20fc7e6881eb9d.json is excluded by !**/.sqlx/**
  • rust/cloud-storage/call/.sqlx/query-58bbac52930eed32381004f41604e394292af9ad8de8d7ce3ed45358ad62adba.json is excluded by !**/.sqlx/**
  • rust/cloud-storage/call/.sqlx/query-740f552e0d43b70ba07c7826a01a2e03e915830607edfbc398dd1dbe2845d682.json is excluded by !**/.sqlx/**
  • rust/cloud-storage/call/.sqlx/query-79b6d9d4f6b3469253e2fe01fef337bec8f6d447731718573f170ff4fa24b88d.json is excluded by !**/.sqlx/**
  • rust/cloud-storage/call/.sqlx/query-886275b4d23bf6206967bdcf78fb244dfa038f9cef7190a9893ae3ba3207f7a5.json is excluded by !**/.sqlx/**
  • rust/cloud-storage/call/.sqlx/query-9b8eca330ae09809a79941d077aafafda5a2f65b86d94d3f517a34efa6d412a1.json is excluded by !**/.sqlx/**
  • rust/cloud-storage/call/.sqlx/query-a7baf370108371fedbc9eec0287181a1581a3cc2c483b49f0b7579dd7338bd22.json is excluded by !**/.sqlx/**
  • rust/cloud-storage/call/.sqlx/query-b99dfcbe1b18c53fa05a0c44669f6579456c3d49bea87fccdcb9962565543002.json is excluded by !**/.sqlx/**
  • rust/cloud-storage/call/.sqlx/query-bff6b39be7dcea0033c8105a13952ab868eb03143e3132e63a868f516ca71646.json is excluded by !**/.sqlx/**
  • rust/cloud-storage/call/.sqlx/query-cd19706a12766971babf411d05ea10a1fe2cfc2898a8043d9d648c177ef9cb37.json is excluded by !**/.sqlx/**
  • rust/cloud-storage/call/.sqlx/query-e233b0f2888b75bd70f9b6ecc11593c8be6cf5d43c234873dbc6f3b3296c8f00.json is excluded by !**/.sqlx/**
  • rust/cloud-storage/call/.sqlx/query-eb38775373a5ee3fdb942593936a3231b9303a5cc2fd2198b3ac132cae45024a.json is excluded by !**/.sqlx/**
  • rust/cloud-storage/call/.sqlx/query-fdce21902ca26481495bd105b110b6da30dde18159813f92012d47c820b1c5a5.json is excluded by !**/.sqlx/**
📒 Files selected for processing (13)
  • js/app/packages/service-clients/service-storage/openapi.json
  • rust/cloud-storage/call/Cargo.toml
  • rust/cloud-storage/call/src/domain/models.rs
  • rust/cloud-storage/call/src/domain/ports.rs
  • rust/cloud-storage/call/src/domain/service.rs
  • rust/cloud-storage/call/src/domain/service/test.rs
  • rust/cloud-storage/call/src/outbound/mod.rs
  • rust/cloud-storage/call/src/outbound/pg_call_repo.rs
  • rust/cloud-storage/call/src/outbound/pg_call_repo/test.rs
  • rust/cloud-storage/call/src/outbound/s3_recording_storage.rs
  • rust/cloud-storage/document_storage_service/src/api/context.rs
  • rust/cloud-storage/document_storage_service/src/main.rs
  • rust/cloud-storage/macro_db_client/migrations/20260414120000_call_recording_key.sql

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

@whutchinson98 whutchinson98 force-pushed the hutch/feat-call-recording branch from 1b0a563 to 641f444 Compare April 14, 2026 16:42
@whutchinson98 whutchinson98 merged commit ee3b8f7 into main Apr 14, 2026
42 checks passed
@whutchinson98 whutchinson98 deleted the hutch/feat-call-recording branch April 14, 2026 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant