Iñaki Baz Castillo

Results 548 comments of Iñaki Baz Castillo

Ok reopening because I maybe wrong. @nazar-pc any thoughts?

Can we close this ticket? Is there something actionable from our side? I don't want to keep this ticket open forever without real activity or real work on it.

> What did you do before you got that error? That is the most important question. If we can reproduce it reliably, we'll be able to verify the fix. @wxj127...

Hi, guys. Maybe I'm wrong but this bug report is no longer about something specific but instead it's becoming a collection of different problems when building a mediasoup based Rust...

> This occurs during the compilation of the mediasoup-sys v0.9.1 dependency. The issue is that the flatbuffers subproject is missing its meson.build file, which should have been added by a...

@mattmillen888 can you provide a simple Rust app and steps to reproduce the problem?

I've created a simple Rust app with this `Cargo.toml`: ```toml [package] name = "mediasoup-rust-app" version = "0.1.0" edition = "2024" [dependencies] mediasoup = "0.17.1" ``` Then I run `cargo build`...

Those types are probably TS enums so they are only available in the parent app is the parent app is a TS app rather than a JS app. TS converts...