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 31c5bf4 commit 32bab8eCopy full SHA for 32bab8e
livekit-rtc/livekit/rtc/participant.py
@@ -161,7 +161,7 @@ def __init__(
161
super().__init__(owned_info)
162
self._room_queue = room_queue
163
self._track_publications: dict[str, LocalTrackPublication] = {} # type: ignore
164
- self._rpc_handlers: Dict[str, F] = {}
+ self._rpc_handlers: Dict[str, RpcHandler] = {}
165
166
@property
167
def track_publications(self) -> Mapping[str, LocalTrackPublication]:
0 commit comments