livekit / client-sdk-unity

Official Unity SDK for LiveKit
https://livekit.io
32 stars 13 forks source link

Fix exceptions in events #30

Closed sus-yoshikane-t closed 5 months ago

sus-yoshikane-t commented 5 months ago
  1. Since the room's Sid was used and a KeyNotFoundException occurred in the ParticipantDisconnected event, so I fixed it to use the Participant's Sid.
  2. Since TrackSubscribed was used and a NullReferenceException occurred in the TrackUnsubscribed event, so I fixed it to use TrackUnsubscribed.
CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.