Skip to content

Commit 4a87383

Browse files
committed
fix types
1 parent 2c225b4 commit 4a87383

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

livekit-rtc/livekit/rtc/room.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
from ._proto import room_pb2 as proto_room
2727
from ._proto.room_pb2 import ConnectionState
2828
from ._proto.track_pb2 import TrackKind
29-
from ._proto.rpc_pb2 import RpcMethodInvocationEvent
29+
from ._proto.rpc_pb2 import RpcMethodInvocationEvent, RpcMethodInvocationResponseRequest
30+
3031
from ._utils import BroadcastQueue
3132
from .e2ee import E2EEManager, E2EEOptions
3233
from .participant import LocalParticipant, Participant, RemoteParticipant

0 commit comments

Comments
 (0)