components-js icon indicating copy to clipboard operation
components-js copied to clipboard

Add hooks for transcriptions

Open lukasIO opened this issue 1 year ago • 4 comments

main changes with transcription related logic are

lukasIO avatar Apr 26 '24 15:04 lukasIO

🦋 Changeset detected

Latest commit: 48e8ad58874eb42cd2af47e8943869bae20e9cc0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
@livekit/components-core Patch
@livekit/components-react Patch
@livekit/component-example-next Patch
@livekit/components-js-docs Patch
@livekit/component-docs-storybook Patch
@livekit/components-docs-gen Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Apr 26 '24 15:04 changeset-bot[bot]

Makes sense to me. What is trackSyncTimeObserver based off?

biglittlebigben avatar Apr 30 '24 18:04 biglittlebigben

@biglittlebigben trackSyncTimeObserver is currently based on a TrackSyncTime event that we register for each remote track and that consistently emits new timing information. Currently it's reading out the rtp timestamp from the synchronization sources, see https://github.com/livekit/client-sdk-js/pull/1119/files#diff-d844533d54d1e1cedf8ed4b95a2eebeea4035b2ff72b21e89cb655edb7f0154fR85

lukasIO avatar May 02 '24 13:05 lukasIO

size-limit report 📦

Path Size
LiveKitRoom only 1.87 KB (0%)
LiveKitRoom with VideoConference 28.14 KB (0%)
All exports 33.51 KB (+0.75% 🔺)

github-actions[bot] avatar May 03 '24 08:05 github-actions[bot]