Skip to content

Conversation

@anunaym14
Copy link
Member

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Jan 6, 2026

⚠️ No Changeset found

Latest commit: 822fbac

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

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

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "github.com/livekit/protocol" specified in the `fixed` option does not match any package in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.


message DialWhatsAppCallRequest {
// Required - The number of the business that is initiating the call
// Required - The phone number id of the business that is initiating the call
Copy link
Member Author

Choose a reason for hiding this comment

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

Added a note to make it more clear that it is an id and not a phone number.

On a side note, I have not redacted it since it's not PII

// Optional - Agents to dispatch the call to
repeated RoomAgentDispatch agents = 6;
// Optional - Identity of the participant in LiveKit room
// This is used for logging purposes, so it is advised to not put PII in this field.
Copy link
Member Author

Choose a reason for hiding this comment

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

Added this note because it's easy to put PII in this field, I've made that mistake myself

string whatsapp_phone_number_id = 1;
// Required - The number of the user that is supossed to receive the call
string whatsapp_to_phone_number = 2;
string whatsapp_to_phone_number = 2 [(logger.redact) = true];
Copy link
Contributor

Choose a reason for hiding this comment

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

sip logs phone numbers everywhere - sip participant identities are phone numbers. it seems like we don't care about redacting this

Copy link
Member Author

@anunaym14 anunaym14 Jan 6, 2026

Choose a reason for hiding this comment

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

There are open linear tickets to redact these in SIP as well

@anunaym14 anunaym14 merged commit 604720d into main Jan 6, 2026
9 checks passed
@anunaym14 anunaym14 deleted the am/redact-phone-numbers branch January 6, 2026 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants