José Luis Millán
José Luis Millán
`DTMFOptions` typo has been fixed, thanks. Regarding the other issue, it clearly seems that the typescript types (`Originator`, `SessionDirection`) are not being transpiled to JS, or at least not properly....
JsSIP is written in JS. TS declarations are defined separately, these are not compiled and hence they do not generate any JS code. I'll suggest comparing with the real values...
@fedulvtubudul, Would you be so kind to test this branch out within your app? I'm still fighting with the inability to run the tests, nor the demo we have (which...
Asking for help in order to make m120 work. This is the error I'm getting when enabling tests (-DMEDIASOUPCLIENT_BUILD_TESTS:BOOLEAN=ON): For some reason the resulting `libwebrtc.a` against which libmediasoupclient links does...
> @jmillan, sure! I am happy to help! > > One question though: is this issue present on all OSes or still specific to MacOS? Thanks! I'm experiencing it myself...
I applied the missing link statements and also use a single thread for RtcPeerConnection worker and signaling an I got to the point where most of the tests pass, but...
These errors come from calling `track->set[ena|disa]bled()` from Producer, when pausing and resuming it. Meaning those methods are called by the test process but now libwebrtc expects it to come from...
Email posted to discuss-webrtc https://groups.google.com/g/discuss-webrtc/c/q0srUpz1rbQ
This is very probably only affecting the tests since we are using these internal encoder/decoder factories etc. Can anyone please try this version within you own app?
> I'm having a look at mediasoup-broadcaster-demo. I think it would be useful to have that build and run before moving forward. Here's the updates that I made so far:...