W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > April 2020

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

From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
Date: Wed, 15 Apr 2020 05:02:43 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issue_comment.created-613817650-1586926962-sysbot+gh@w3.org>
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

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:50 UTC