components-js
components-js copied to clipboard
Cannot share camera after screen sharing
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.
- Participant A enters a room.
- Participant B enters a room.
- Participant A shares the screen.
- Participant B can see the screen shared.
- Participant A enables the camera.
- 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