quiet-sugar-78296
08/29/2025, 5:50 AMtall-airline-16756
08/29/2025, 5:50 AMtall-airline-16756
08/29/2025, 5:51 AMroom_name
or other details you know. You can then go through the list it gives you to find the exact ingress you're looking for.
Also, a neat tip: when you create an ingress using the CreateIngress
API, you can add a name yourself. This name gets saved in the IngressInfo object, so later on, you can use that name to find the ingress easily with the ListIngress API.
To make your life simpler, try giving your ingresses clear and unique names when you create them—something like "main-stage-broadcast" or "camera-01-ingress." It really helps keep things organized and makes managing your app a breeze.
Sources: Ingress overview | LiveKit Docs | packages/livekit-server-sdk/src/IngressClient.ts | livekit/livekit_ingress.pb.go | src/main/kotlin/io/livekit/server/IngressServiceClient.ktquiet-sugar-78296
08/29/2025, 5:57 AMtall-airline-16756
08/29/2025, 5:58 AMquiet-sugar-78296
08/29/2025, 5:59 AMtall-airline-16756
08/29/2025, 5:59 AM