Skip to content

Commit a92624b

Browse files
committed
fix
1 parent 940bafb commit a92624b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/participant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def disconnect_reason(
129129
"""
130130
if (
131131
self._info.disconnect_reason
132-
== proto_participant.DisconnectReason.DISCONNECT_REASON_UNKNOWN
132+
== proto_participant.DisconnectReason.UNKNOWN_REASON
133133
):
134134
return None
135135
return self._info.disconnect_reason

0 commit comments

Comments
 (0)