components-js icon indicating copy to clipboard operation
components-js copied to clipboard

Cannot share camera after screen sharing

Open adcimon opened this issue 11 months ago • 4 comments

Select which package(s) are affected

@livekit/components-react

Describe the bug

What I'm expecting

Participant A enters a room, shares the screen and enables the camera (a participant B is already in the room). Participant B sees the screen shared AND the camera.

What happens instead

Participant A enters a room, shares the screen and enables the camera (a participant B is already in the room). Participant B sees the screen shared but NOT the camera.

Reproduction

Reproduced with the VideoConference component.

  1. Participant A enters a room.
  2. Participant B enters a room.
  3. Participant A shares the screen.
  4. Participant B can see the screen shared.
  5. Participant A enables the camera.
  6. Participant B cannot see the camera.

Logs

No response

System Info

"@livekit/components-react": "2.0.3"
"livekit-client": "2.0.2"

Although it didn't work on previous versions.

Severity

serious, but I can work around it

Additional Information

No response

adcimon avatar Mar 20 '24 17:03 adcimon