<@U084APK40NS> how can we check if standard parti...
# ask-ai
f
@millions-hair-24956 how can we check if standard participant has left room via SIP
g
It seems likely that you can determine if a standard participant has left a room by listening to the
ParticipantDisconnected
event. According to the LiveKit documentation, this event is triggered when a participant leaves the room. For SIP participants, you can monitor the
sip.callStatus
attribute, which changes to
hangup
when the call ends, indicating the participant has left. Would you like more details on how to implement this? Sources: - RoomEvent.Disconnected 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.