Results 264 comments of José Luis Millán

@copiltembel, The method calls of the track should hop on over to the signaling thread when invoking on a proxy object, which is what you should have, rather than having...

> Unfortunately I see there's no help coming from the discuss-webrtc forum. I got a private message (?) telling exactly what I said [here](https://github.com/versatica/libmediasoupclient/pull/173#issuecomment-1966058086).

These should also emit the corresponding 'muted' events.

libmediasoup and mediasop-client should be in sync, being mediasoup-client the original implementation, so yes. That's a right move. But please, check the commit where it was implemented in TS and...

It definitely is complaining about not finding the file `abseil` dependency files. The `compile_commands.json` uses relative paths to point to subprojects, so it seems related to the issue. However I...

> I see that the default value for extra_arguments is getting converted to "" and that's being interpreted as the current directory. Do you mean the `""` after `-store-check-profile=clang-tidy-review-profile `,...

It's strange because `sanitizer/common_interface_defs.h` is conditionally included if `ABSL_HAVE_ADDRESS_SANITIZER` macro is set, which we do not set. subprojects/abseil-cpp-20240722.0/absl/base/internal/dynamic_annotations.h:368 ```hpp #ifdef ABSL_HAVE_ADDRESS_SANITIZER // Describe the current state of a contiguous container...

Ok, It's NOT the` mediasoup-worker` build process (which we merely use here to generate the `compile_commands.json` file) the one that generates such error, but the run of `clang-tidy` itself. Somehow...

Maybe compile_commands.json does contain such C++ flag. Checking...