There was an error while loading. Please reload this page.
1 parent 56d90d3 commit 193eb86Copy full SHA for 193eb86
1 file changed
livekit-agents/livekit/agents/ipc/mock_room.py
@@ -25,6 +25,7 @@ def create_mock_room() -> Any:
25
mock_remote_participant.identity = "mock_user"
26
mock_remote_participant.sid = "PA_mock_user"
27
mock_remote_participant.kind = rtc.ParticipantKind.PARTICIPANT_KIND_STANDARD
28
+ mock_remote_participant.state = rtc.ParticipantState.PARTICIPANT_STATE_ACTIVE
29
MockRoom.remote_participants = {mock_remote_participant.sid: mock_remote_participant}
30
return MockRoom
31
0 commit comments