livekit / rust-sdks

LiveKit realtime and server SDKs for Rust
https://livekit.io
Apache License 2.0
185 stars 44 forks source link

Add publish_dtmf #371

Closed lukasIO closed 1 month ago

lukasIO commented 2 months ago

implementation naming varies between publish_dtmf and publish_sip_dtmf. The intention was to use publish_dtmf on exposed APIs and publish_sip_dtmf for sdk-internal messaging.

Not sure anymore if that distinction makes any sense though.