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.