Re: [webrtc-pc] When is negotiation complete? (#2495)

What is the question that needs answering here?
Why would the app need to know that negotiation is complete?
I can see two options:

- Needs to know when it can be certain the track is signalled to the other side
- Needs to know when it can turn off the negotiation machinery because it's not needed

The last one is silly (outside of testing), we shouldn't bother with designing for that.
The first one seems less frivolous. The logical thing here seems to be to answer exactly *that* question - which would seem to indicate that an event on the sender is the Right Thing.


-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2495#issuecomment-605977600 using your GitHub account

Received on Monday, 30 March 2020 12:46:48 UTC