Problem with simultanous camera and screenshare in React

We need, as a Publisher, to publish both a camera video and a screensharing video at the same time.

We are using openvidu react component https://docs.openvidu.io/en/2.15.0/tutorials/openvidu-library-react/, this default don’t have that feature where we can do screenshare and camera/audio parallel.

When screenshare started, the video stream goes off, Only one stream at a time.

After some research found that, We need to make to connections as openvidu angular call application, but we are still facing issues with that.

What we have achieved so far is, Able to make the connection and another party able to see that but stream(screenshare video) not visible.

Hi Vinay
You can do this by creating two openvidu connection as publisher
Thanks

Regards
Vipin