Adds new docs and changelog for track recording in RealtimeKit #31106
Adds new docs and changelog for track recording in RealtimeKit #31106korinne wants to merge 9 commits into
Conversation
…cording.mdx Co-authored-by: ask-bonk[bot] <249159057+ask-bonk[bot]@users.noreply.github.com>
Co-authored-by: korinne <korinne@users.noreply.github.com>
This reverts commit b11ab7c.
Co-authored-by: korinne <korinne@users.noreply.github.com>
Co-authored-by: korinne <korinne@users.noreply.github.com>
Co-authored-by: korinne <korinne@users.noreply.github.com>
Review✅ No style-guide issues found in commit CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
There was a problem hiding this comment.
Posted 1 inline suggestion. 1 style issue to fix before merge.
- MEDIUM —
src/content/docs/realtime/realtimekit/recording-guide/index.mdx:22— Heading is phrased as a question. The style guide requires headings to be noun or verb phrases, never questions.
Out of scope: RealtimeKit docs consistently use <account_id> in curl blocks instead of the $ACCOUNT_ID shell-variable format required by the repo style guide. While the new pages match existing product conventions, consider a product-wide cleanup in a follow-up PR.
| RealtimeKit can record the audio and video of multiple users in a meeting, as well as interactions with RealtimeKit plugins, in a single file using composite recording mode. RealtimeKit can also record separate participant audio tracks using [track recording](/realtime/realtimekit/recording-guide/track-recording/). | ||
|
|
||
| ## How does RealtimeKit recording work? | ||
| ## How does composite recording work |
There was a problem hiding this comment.
Headings must be noun or verb phrases, never questions:
| ## How does composite recording work | |
| ## How composite recording works |
|
I reviewed PR #31106 by reading the diff and existing style guide, then posted a GitHub review with one inline suggestion to fix a heading phrased as a question ("How does composite recording work" should be "How composite recording works") and noted that the current labels are appropriate. |
Summary
A redo of #31077 because Bonk went a little too crazy. Adds new documentation and changelog for recording specific participant audio tracks in RealtimeKit