Skip to content

Commit 193eb86

Browse files
authored
fix(console): set mock participant state to active (#5645)
1 parent 56d90d3 commit 193eb86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

livekit-agents/livekit/agents/ipc/mock_room.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def create_mock_room() -> Any:
2525
mock_remote_participant.identity = "mock_user"
2626
mock_remote_participant.sid = "PA_mock_user"
2727
mock_remote_participant.kind = rtc.ParticipantKind.PARTICIPANT_KIND_STANDARD
28+
mock_remote_participant.state = rtc.ParticipantState.PARTICIPANT_STATE_ACTIVE
2829
MockRoom.remote_participants = {mock_remote_participant.sid: mock_remote_participant}
2930
return MockRoom
3031

0 commit comments

Comments
 (0)