We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32175c1 commit 034b43cCopy full SHA for 034b43c
.changeset/thick-lamps-tease.md
@@ -0,0 +1,5 @@
1
+---
2
+"github.com/livekit/protocol": patch
3
4
+
5
+Use consistent json field name for room configuration grant
auth/grants.go
@@ -34,7 +34,7 @@ type VideoGrant struct {
34
RoomJoin bool `json:"roomJoin,omitempty"`
35
Room string `json:"room,omitempty"`
36
// Name of the room configuration to apply to the room if created
37
- RoomConfiguration string `json:"room_configuration,omitempty"`
+ RoomConfiguration string `json:"roomConfiguration,omitempty"`
38
39
// permissions within a room, if none of the permissions are set explicitly
40
// it will be granted with all publish and subscribe permissions
0 commit comments