Re: [webrtc-tests] Adding a basic no-media call that uses promises. (#1824)

OK, I removed the caching of offer and answer; after sleeping on it, I couldn't convince myself it was worthwhile.

But then the explicit sequencing of setLocalDescription and setRemoteDescription started bothering me - so I removed that too, using Promise.all. WDYT?

This removes the ability to see which of first.setLocalDescription() and second.setRemoteDescription failed, but it strips down the example even more.

WDYT?


View on GitHub: https://github.com/w3c/web-platform-tests/pull/1824#issuecomment-103401603

Received on Tuesday, 19 May 2015 08:47:48 UTC