Iñaki Baz Castillo

Results 550 comments of Iñaki Baz Castillo

> 2. Import RTCSession every time before its usage Dynamic import is anti-pattern and does not work when using ES6 `import` (we'll migrate to that eventually). > 1. Resolve circular...

The BYE from phone2 to phone3 has 488 reason: ``` 15:44:33.639 jssip.js:26610 sending message: BYE sip:[email protected]:443;transport=wss SIP/2.0 Via: SIP/2.0/WSS sl69lvifk4ak.invalid;branch=z9hG4bK4638329 Max-Forwards: 69 To: ;tag=mop1o7bhvo From: "Web2" ;tag=8d3q28jvla Call-ID: 8r16j37smnl8j76n64m9 CSeq:...

Could you please avoid so large comments? We don't need to see the entire and repeated log in every new response.

I think we should just document that, for receiving invites, `(un)mute()`, `(un)hold()` methods will throw if the call is not answered. And obviously we should really throw and not change...

Eventually I get this error when running the tests (just a few times): ``` libc++abi.dylib: terminating with uncaught exception of type nlohmann::detail::parse_error: [json.exception.parse_error.101] parse error at line 1, column 1194:...

We have a problem with the current API. This is `device.createSendTransport()` in mediasoup-client: ```typescript createSendTransport( { id, iceParameters, iceCandidates, dtlsParameters, sctpParameters, iceServers, iceTransportPolicy, additionalSettings, proprietaryConstraints, appData = {} }: TransportOptions...

BTW added a bullet in the list above. cc/ @jmillan

What is the purpose of calling `transport->Produce()` if your app is not listening for the "produce" event? In fact, mediasoup-client will **throw** if you call `transport.produce()` if you did not...

I don't understand your point now. In fact you said: > Since OnProduce() is pure virtual, the user has to implement it, otherwise the user's code won't compile. now you...

@jmillan can you please update checkboxes in the issue description above?