WebRtc.NET
WebRtc.NET copied to clipboard
Sharing of MediaStream to all peer
How can I share same stream to more than one peers. Current example is supported for single peer only thats why its working. But Its a common use case to have group call. For group call we can have multiple peers and how shared stream will be working.
I thought the demo supported multiple clients? Although if I connect more than one peer, code crashes at InitializePeerConnection(). Any clue why??