Re: [webrtc-pc] The threading model of webrtc-pc: When are effects of in-parallel stuff surfaced? (#2502)

In your view, if the following happens...

```
pc.setRemoteDescription(offer);  // no await
pc.addTrack(track);
```

Will addTrack() create a new transceiver that gets associated as part of SRD surfacing state changes?
Or will addTrack() grab an in-parallel created transceiver and associate it before JS knows SRD was done?

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

Received on Tuesday, 31 March 2020 20:15:30 UTC