update protocol for protojson (#4510)

This commit is contained in:
Paul Wells
2026-05-07 00:55:00 -07:00
committed by GitHub
parent 3de6f517e5
commit 8fbc5adfce
6 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -25,12 +25,12 @@ import (
"time"
"github.com/stretchr/testify/require"
"google.golang.org/protobuf/encoding/protojson"
"github.com/livekit/protocol/auth"
"github.com/livekit/protocol/livekit"
"github.com/livekit/protocol/logger"
"github.com/livekit/protocol/utils/guid"
"github.com/livekit/protocol/utils/protojson"
"github.com/livekit/protocol/webhook"
"github.com/livekit/livekit-server/pkg/config"