-
Notifications
You must be signed in to change notification settings - Fork 174
Description
This feels like incorrect behaviour to me but would appreciate at least someone confirming whether livekit is behaving in the way I expect.
I have got a PBX connected to Livekit cloud SIP trunks.
I've got a dispatch rule which creates a room, then a webhook on room creation allows me to bring other participants into the room (webrtc clients).
When I end the room - manually, for example - all participants are ejected from the room but the originator - connected via SIP channels - keeps the SIP channel open after the room is gone.
I appreciate that I can terminate that channel myself by hoovering up the room deletion webhook, but since I can't think why you would want the channel to remain open, it doesn't make sense to me that its not terminated when the room it is a part of is disposed of.
Would appreciate any pointers or thoughts, thank you!