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

Add firstReceivedTime and lastReceivedTime to received TranscriptionSegments #1223

Merged
merged 4 commits into from
Aug 22, 2024

Conversation

lukasIO
Copy link
Contributor

@lukasIO lukasIO commented Aug 14, 2024

No description provided.

@lukasIO lukasIO requested a review from bcherry August 14, 2024 12:23
Copy link
Contributor

github-actions bot commented Aug 14, 2024

size-limit report 📦

Path Size
dist/livekit-client.esm.mjs 81.24 KB (+0.1% 🔺)
dist/livekit-client.umd.js 87.12 KB (+0.09% 🔺)

Copy link

changeset-bot bot commented Aug 14, 2024

🦋 Changeset detected

Latest commit: ff4eaa9

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

This PR includes changesets to release 1 package
Name Type
livekit-client 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

@@ -1274,6 +1280,7 @@ class Room extends (EventEmitter as new () => TypedEmitter<RoomEventCallbacks>)
this.clearConnectionReconcile();
this.isResuming = false;
this.bufferedEvents = [];
this.transcriptionReceivedTimes.clear();
Copy link
Contributor

Choose a reason for hiding this comment

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

oh this is something i didn't do in swift. can a Room object be reused? (e.g. disconnect then reconnect without creating a new instance)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, room instances can be reused!

@lukasIO lukasIO merged commit 414c8bf into main Aug 22, 2024
3 checks passed
@lukasIO lukasIO deleted the lukas/transcription-received-times branch August 22, 2024 14:22
@github-actions github-actions bot mentioned this pull request Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants