James Pellow
Results
2
issues of
James Pellow
If I generate an offer with no tracks, for example: ``` const pc = new RTCPeerConnection({}); const offer = await pc.createOffer(); ``` In chrome m87 I get an offer that...
There is a race condition in the `subscribe` function of the _Client class. If the dispose function returned by the `subscribe` method is called which calls the `releaser()` method, and...