mirror of
https://github.com/livekit/livekit.git
synced 2026-08-27 19:59:47 +00:00
Make sure CreateIngress returns an empty state (#1069)
This commit is contained in:
@@ -86,6 +86,7 @@ func (s *IngressService) CreateIngressWithUrlPrefix(ctx context.Context, urlPref
|
||||
ParticipantIdentity: req.ParticipantIdentity,
|
||||
ParticipantName: req.ParticipantName,
|
||||
Reusable: req.InputType == livekit.IngressInput_RTMP_INPUT,
|
||||
State: &livekit.IngressState{},
|
||||
}
|
||||
|
||||
if err := s.store.StoreIngress(ctx, info); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user