Adding multiple camera streams for each participant

Hi all,
I’m trying to implement the multi-cameras support for mediasoup. Specifically, I want each participant to be able to use multiple cameras at the same time. May I ask if it’s possible? and a few instructions would be greatly appreciated.
Thank you!

Yes, it’s possible. Now feel free to read the documentation to achieve it.

Thank you so much for the timely answer. Would you mind pointing me to the relevant doc? Frankly, I’m new to all of this SFU.

You need to get several video tracks somehow, and this is not in the scope of mediasoup. After that, just create a producer for each of them.

1 Like