Screen and Video Sharing simultaneously

Hello,

Does Openvidu support simultaneous screen and video sharing ?

Here it says it doesn’t support, but shows a way to do it https://github.com/OpenVidu/openvidu/issues/60#issuecomment-391947384

But this was 2 years ago. Does it support now ?

Thanks in advance.

You must simulate 2 different users with two different tokens consumed from the same client side in order to publish more than one Publisher to specific session (using two OpenVidu objects). It would be better to allow more than one Publisher per Connection object, but it is a very profound change that simply brings some more clarity to the client library for the most part. It is in our roadmap, but not as one of the most immediate tasks to implement.

Regards.