We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a62dec commit 69ef4f9Copy full SHA for 69ef4f9
livekit-rtc/livekit/rtc/room.py
@@ -444,6 +444,9 @@ async def _listen_task(self) -> None:
444
await self._room_queue.join()
445
446
def _on_rpc_method_invocation(self, rpc_invocation: RpcMethodInvocationEvent):
447
+ if self._local_participant is None:
448
+ return
449
+
450
if (
451
rpc_invocation.local_participant_handle
452
== self._local_participant._ffi_handle.handle
0 commit comments