Re: [webrtc-pc] enqueue an operation: is executing async?

It's synchronous ***and*** the offer should have an m-line.

That's because `createOffer` and `createAnswer` [were written to loop](https://github.com/w3c/webrtc-pc/pull/875) as long as state changes:

*"If connection was modified in such a way that additional inspection of the system state is necessary, or if its configured indentity provider is no longer provider, then in parallel begin the steps to create an offer again, given p, and abort these steps."*

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

Received on Thursday, 4 January 2018 03:20:56 UTC