livekit / protocol

LiveKit protocol. Protobuf definitions for LiveKit's signaling protocol
https://docs.livekit.io
Apache License 2.0
71 stars 61 forks source link

Allow sending DTMF when creating SIP participant #658

Closed dennwc closed 6 months ago

dennwc commented 6 months ago

Instead of requiring a separate API call, cover the most typical use case of sending DTMF when making outbound call.

The w character is not a part of DTMF spec, it comes from Twilio's convention. It will allow users to adjust timing of DTMF to match the specific target system they are calling to.

changeset-bot[bot] commented 6 months ago

🦋 Changeset detected

Latest commit: 8ad5d06b9ba1015e919ebb6d2a03be34ff279d1a

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 ``` 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. ```