Skip to content

Commit 32bab8e

Browse files
committed
Update participant.py
1 parent 31c5bf4 commit 32bab8e

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
@@ -161,7 +161,7 @@ def __init__(
161161
super().__init__(owned_info)
162162
self._room_queue = room_queue
163163
self._track_publications: dict[str, LocalTrackPublication] = {} # type: ignore
164-
self._rpc_handlers: Dict[str, F] = {}
164+
self._rpc_handlers: Dict[str, RpcHandler] = {}
165165

166166
@property
167167
def track_publications(self) -> Mapping[str, LocalTrackPublication]:

0 commit comments

Comments
 (0)