Skip to content

Commit 8ece06e

Browse files
Add ai coustics feature usage (livekit#1324)
* Add ai coustics feature usage * changeset * generated protobuf --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 08846e8 commit 8ece06e

File tree

5 files changed

+23
-12
lines changed

5 files changed

+23
-12
lines changed

.changeset/gentle-pants-warn.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"github.com/livekit/protocol": patch
3+
"@livekit/protocol": patch
4+
---
5+
6+
Add ai coustics feature usage

infra/link_grpc.pb.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit/livekit_analytics.pb.go

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobufs/livekit_analytics.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ message FeatureUsageInfo {
230230
enum Feature {
231231
KRISP_NOISE_CANCELLATION = 0;
232232
KRISP_BACKGROUND_VOICE_CANCELLATION = 1;
233+
AIC_AUDIO_ENHANCEMENT = 2;
233234
}
234235
Feature feature = 1;
235236
string project_id = 2;

rpc/analytics_grpc.pb.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)