Lior Sabag
Lior Sabag
Hello, I was wondering why `client.supported()` checks for `RTCPeerConnection.prototype.addTransceiver`. ([code](https://github.com/m1k1o/neko/blob/master/client/src/neko/base.ts#L36 )) It looks like `addTransceiver` isn't actually used anywhere. I suspect (will test soon) that neko could actually work on...
Hi, I'm very new to all of this. I just got a cluster up and running with DCOS and Marathon. I'm a bit confused as to where to get started....
On the server side I see a connection and then disconnection immediately after. Looks like we're not really `await`ing... Happened here as well: #291 #287