Skip to content

Commit 81ad61c

Browse files
committed
type check
1 parent 0a6be2d commit 81ad61c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

livekit-rtc/livekit/rtc/room.py

+1
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,7 @@ async def run_handler():
955955
)
956956
response_error = RpcError._built_in(RpcError.ErrorCode.APPLICATION_ERROR)
957957

958+
assert self._local_participant is not None
958959
req = proto_ffi.FfiRequest(
959960
rpc_method_invocation_response=RpcMethodInvocationResponseRequest(
960961
local_participant_handle=self._local_participant._ffi_handle.handle,

0 commit comments

Comments
 (0)