José Luis Millán
José Luis Millán
Agreed with @ibc, we haven't thought of it yet. IMHO a good starting point would be, following what @ibc commented: * Create a MediaConnection specification like we do with [Socket](https://jssip.net/documentation/3.7.x/api/socket/)...
No you can't. Maybe this effort would be a starting point that would let you to it, but you would have to do a module that communicates with mediasoup, deals...
> How to handle 'newtrack, close' in the RTCSession? In the `MediaConnection` light spec done [here](https://github.com/versatica/JsSIP/issues/427#issuecomment-756123812) it is said that such events are triggered by the `MediaConnection` instance. `RTCSession.connection` will...
Sure! Let us few days and we'll take a look.
I've made some comments @Haardt, it's starting to look nice! I've more comments to do but I prefer that you handle these comments and then we'll go for a second...
few points: - Please keep the name `_connection` in `RTCSession`. It's way easier to see the *real* changes this way. - Please keep the bracket style, new line before return,...
* No need for `onIceConnectionEvent()` or alike. * they are WebRTC specific. * the interface already defines `[add|remove]EventListener`. Let's provide a single way to do things.
Hi Haardt, It's very difficult to comment on a branch if there is no PR. Could you make a PR from your new branch to a JsSIP master branch in...
We will comment on it.
Another review done.