From 30669722c3e4dbde498f5c2015ed2c3df209b724 Mon Sep 17 00:00:00 2001 From: David Zhao Date: Sun, 26 Jan 2025 21:36:42 -0800 Subject: [PATCH] fix: pass RoomConfig along when creating a new dispatch rule (#3367) --- pkg/service/sip.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/service/sip.go b/pkg/service/sip.go index 5f9edd8f2..f0e256fe1 100644 --- a/pkg/service/sip.go +++ b/pkg/service/sip.go @@ -331,6 +331,7 @@ func (s *SIPService) CreateSIPDispatchRule(ctx context.Context, req *livekit.Cre Name: req.Name, Metadata: req.Metadata, Attributes: req.Attributes, + RoomConfig: req.RoomConfig, } // Validate all rules including the new one first.