Re: ICE freezing and Bandwidth Estimation

On 05/23/2018 06:15 PM, Peter Thatcher wrote:
>
>     Q4:
>
>     While the WebRTC device may use different ICE agents for each
>     stream, the remote peer may not. Not sure how/if exactly that
>     would impact things, but it needs to be considered.
>
>
> That's already the case today if one side uses one PeerConnection and
> the other side uses multiple PeerConnections.  But given that almost
> all use of ICE is done with 1 components and one stream (because of
> BUNDLE), and it will probably continue to be thus, I think it's best
> to optimize for the overwhelming use case and not worry too much about
> bizarre scenarios people might setup.
>  
>
Is there a successful example of one side using one PeerConnection and
the other side using multiple PeerConnections at the same time?
Offhand, I'd think that would be impossible in WebRTC 1.0, but if
there's running code out there, I guess I'm wrong.

Received on Wednesday, 23 May 2018 19:12:09 UTC