mirror of
https://github.com/livekit/livekit.git
synced 2026-08-07 01:49:47 +00:00
fix: pass RoomConfig along when creating a new dispatch rule (#3367)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user