Luis Taniça

Results 56 comments of Luis Taniça

@jonasgloning Thanks! Just did some quick testing with the `rc` build and it still seems to work fine. Hopefully more people will get to confirm the results.

Just encountered this same issue. Any progress on this?

I understand there's workarounds for this. But any updates on whether this is going to be fixed? Looks like this issue has been open since 2020.

Not sure what the real fix for this will be, but I managed to get this working with [this patch](https://github.com/matallui/peerjs/commit/64c62e0f3654013017893b415969570caa246d50). If you want to give it a try you should...

@AllanPinheiroDeLima I was just trying to make sure this is the correct solution. I assume at some point the remote `close()` functionality was working, so would like to understand why...

@jonasgloning just tested this and have a couple of comments: 1- this (kind of) fixes the issue but it's not good enough in my case... it's only disconnecting when we...

[This commit](https://github.com/peers/peerjs/commit/aae9d1fa37731d0819f93535b8ad78fe4b685d1e) seems to be where `index.d.ts` got removed and the interface for `MediaConnection.answer()` changed.

@jonasgloning thanks for the prompt response and for fixing 2). I will submit a PR soon with my fixes for 1) so we can test it in RC and we'll...

@jonasgloning PR submitted. Thanks again for all the help!