Re: [webrtc-pc] Calling SRD twice isn't web compatible (#2512)

yeah, i've typically done a "if there is a cycle pending, put the operation into a queue, take stuff from the queue on next signalingstatechange to stable".
What this avoids is the following flow:
* SRD (1)
* SRD (2)
* createAnswer (1)
* createAnswer (2)
* SLD (1)
* SLD (2, :boom: can't call SLD twice)

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

Received on Wednesday, 15 April 2020 05:02:45 UTC