Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Dec 30, 2024
1 parent 940bafb commit a92624b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-rtc/livekit/rtc/participant.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def disconnect_reason(
"""
if (
self._info.disconnect_reason
== proto_participant.DisconnectReason.DISCONNECT_REASON_UNKNOWN
== proto_participant.DisconnectReason.UNKNOWN_REASON
):
return None
return self._info.disconnect_reason
Expand Down

0 comments on commit a92624b

Please sign in to comment.