simonbengtsson / simple_peer_flutter

Simple WebRTC for flutter (similar to the simple-peer project)
BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link

Multi-Peer Support #2

Closed Stxyl closed 5 days ago

Stxyl commented 1 week ago

Hey There!

I am brand new to WebRTC and trying to wrap my head around all this for a school project, I was reading the Simple Peer (js) GitHub and there is support for Multiple Peer transfer (so more than 2 peers for example 3 and more). I was wondering if this flutter package has support for this since I am building a project that requires to send files (Photos and Videos of various sizes) from one device to 2 other (or more) devices.

If it is possible, I would love to contact anyone 1 on 1 about this package to well further understand how WebRTC and this package works as a whole, learning curve for me

Thanks :)

simonbengtsson commented 1 week ago

Hi! Not supported so you would need to open many connections for that.

Curious though, whats the use case?

Stxyl commented 1 week ago

If you have discord you can contact me here @stxyl I am happy to talk about the use case from there since there is a lot to talk about for this