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.