fix: pass RoomConfig along when creating a new dispatch rule (#3367)

This commit is contained in:
David Zhao
2025-01-26 23:36:42 -06:00
committed by GitHub
parent ef4b5faba1
commit 30669722c3
+1
View File
@@ -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.