mirror of
https://github.com/livekit/livekit.git
synced 2026-05-13 20:53:26 +00:00
apply room tags from JWT grant room configuration (#4518)
This commit is contained in:
@@ -138,6 +138,7 @@ func SetRoomConfiguration(createRequest *livekit.CreateRoomRequest, conf *liveki
|
||||
createRequest.MaxPlayoutDelay = conf.MaxPlayoutDelay
|
||||
createRequest.SyncStreams = conf.SyncStreams
|
||||
createRequest.Metadata = conf.Metadata
|
||||
createRequest.Tags = conf.Tags
|
||||
}
|
||||
|
||||
func ParseClientInfo(r *http.Request) *livekit.ClientInfo {
|
||||
|
||||
Reference in New Issue
Block a user