We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6be2d commit 81ad61cCopy full SHA for 81ad61c
livekit-rtc/livekit/rtc/room.py
@@ -955,6 +955,7 @@ async def run_handler():
955
)
956
response_error = RpcError._built_in(RpcError.ErrorCode.APPLICATION_ERROR)
957
958
+ assert self._local_participant is not None
959
req = proto_ffi.FfiRequest(
960
rpc_method_invocation_response=RpcMethodInvocationResponseRequest(
961
local_participant_handle=self._local_participant._ffi_handle.handle,
0 commit comments