Component for rendering individual participant video streams
This component automatically handles video stream attachment and detachment
based on the participant's video state. It must be used within a
ScreenShareContainerComponent to function properly.
The component:
Automatically attaches video when participant turns on video
Detaches video when participant turns off video
Handles video quality changes
Manages cleanup on unmount
Parameters
props: {userId:number}
Component props including user and quality settings
Component for rendering individual participant video streams
This component automatically handles video stream attachment and detachment based on the participant's video state. It must be used within a ScreenShareContainerComponent to function properly.
The component: