-
Notifications
You must be signed in to change notification settings - Fork 76
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
Rename participant_identity in Transcription #706
Conversation
🦋 Changeset detectedLatest commit: c43fc1d The changes in this PR will be included in the next version bump. 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 💥 An error occurred when fetching the changed packages and changesets in this PR
|
Do we need the usecase where participant_identity is the transcriber, and the participant_identity inside the transcription is the participant that got its speech transcribed? |
That's a very good question 🤔 The shared identity in But the problem with this approach is that currently LK server will force-set Thus, what you propose makes more sense. So If that make case, let me rename |
This is indeed the intent of the extra field. |
I have no strong opinion wrt renaming the field or not. |
There are two fields named participant_identity in context of Transcription. It's not clear which one corresponds to the transcriber agent, and which one is for the participant which got its speech transcribed. This change renames the Transcription field to transcribed_participant_identity so to clarify that it's used for the transcribed participant.
e05fb5b
to
c43fc1d
Compare
@biglittlebigben @theomonnom I removed the notice and renamed the field. WDYT? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There are two fields named
participant_identity
in context ofTranscription
. It's not clear which one corresponds to the transcriber agent, and which one is for the participant which got its speech transcribed.This change renames the
Transcription
field totranscribed_participant_identity
so to clarify that it's used for the transcribed participant.