delightful-hospital-74104
05/12/2025, 10:54 PMtall-airline-16756
05/13/2025, 12:07 AMtall-airline-16756
05/13/2025, 12:08 AMsip.callStatus
attribute of the SIP participant. This attribute will have a value of hangup
when the call has been ended by a participant.
2. Use the Ended
event available on Track objects. This event fires when a track ends and is of type ITrack.EndedDelegate
, which takes a Track parameter.
Let me know if you need further assistance!
Sources: SIP participant | LiveKit Docs | Class Track | LiveKit Unity SDK | Delegate ITrack.EndedDelegate | LiveKit Unity SDK