Video conference and screen sharing using SFU iOS

Greetings!
I want to implement video conference using SFU and screen sharing feature using mediasoup library in my iOS app but I didn’t anything related to it. Could you please guide and provide link or tutorial to achieve the same. Any help will be highly appreciated. Thanks in advance.

Screen sharing is no different from any other video from mediasoup point of view. You need to obtain the video track (depends on type of browser/app) and create a Producer from that.

Thanks for the reply!
Could you please explain how to achieve one to many video conference in this.

I am sorry, but that is a very general question that is impossible to answer properly. A simple answer would be to look at mediasoup-demo project, and read the great documentation. You can also look at https://github.com/havfo/multiparty-meeting which started as a fork of mediasoup-demo back in the v2 days.

Thank! I’m checking the iOS library https://github.com/ethand91/mediasoup-ios-client but it has no documentation and I didn’t found any thing related to it. Also thanks for sharing link I will check it.

I have personally not implemented a native application based on mediasoup, so I am unable to help with that.