Skip to content

Adding display name to CreateSipParticipant#544

Merged
alexlivekit merged 7 commits into
mainfrom
display-name
Sep 29, 2025
Merged

Adding display name to CreateSipParticipant#544
alexlivekit merged 7 commits into
mainfrom
display-name

Conversation

@alexlivekit

Copy link
Copy Markdown
Contributor

No description provided.

@changeset-bot

changeset-bot Bot commented Sep 25, 2025

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: d1e5376

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

This PR includes changesets to release 2 packages
Name Type
livekit-server-sdk Minor
agent-dispatch 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

@bcherry bcherry left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

you need to edit the protocol dependency in the main package.json as well

Comment thread pnpm-lock.yaml
'@livekit/protocol@1.40.0':
resolution: {integrity: sha512-1q0TNqlSTDW9ZuQCYTLDusyO+StvAXPmECQgyuszThDjzhTwQOkA6Rv7B1wPcvpTcwieIG0vuAO4cw4+kg+xWA==}

'@livekit/protocol@1.42.0':

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I noticed that the lockfile now has two versions of protocol specified. it seems that's because examples/agent-dispatch/package.json has its own specific dependency but it's not needed. you should remove the explicit protocol dependency from that example's package.json, add it to the main package.json, then rerun pnpm install.

@bcherry bcherry left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

lgtm! make you run pnpm install again after last edits to ensure the lockfile is up to date

Comment thread package.json Outdated
Comment on lines +21 to +23
"dependencies": {
"@livekit/protocol": "^1.42.0"
},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

you should be able to remove this one

@alexlivekit alexlivekit merged commit d3e79b3 into main Sep 29, 2025
13 checks passed
@alexlivekit alexlivekit deleted the display-name branch September 29, 2025 20:05
@github-actions github-actions Bot mentioned this pull request Sep 29, 2025
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