Be
Be
Note that https://github.com/livekit/rust-sdks/pull/784 was just merged yesterday to get the next release to build libwebrtc with the required gn arguments regardless of when this PR gets merged.
> about the track dims for windows that have been resized, if I remember correctly in other sdks LiveKit allows this so we should be able to add in this...
Can you explain why you didn't merge some code from https://github.com/gethopp/rust-sdks/pull/4? https://github.com/gethopp/rust-sdks/pull/4/commits/b3ef1e07d55cb153583476081147638540786db4 is helpful so the callback can have its own mutable state without needing to share state with another...
> I opened https://github.com/livekit/rust-sdks/pull/789 for the linux CI failure. May as well make that part of this PR? Then we can confirm that it does actually fix CI.
I'm not aware of a GitHub setting to use GH Actions workflows from a different branch from the one being tested. If that exists, it isn't the default. Modifying the...
Partial fix for the Android builds is here: https://github.com/gethopp/rust-sdks/pull/7 Fully fixing the Android builds will require getting libwebrtc to successfully build on Android again and tagging a new webrtc release:...
Fix for the libwebrtc Android build is here: https://github.com/livekit/rust-sdks/pull/791 Between that and https://github.com/gethopp/rust-sdks/pull/7 I think these should fix the Android build on this branch after tagging another webrtc release and...
CI passed! Ready for merge?
Thanks for submitting this! As you may have noticed, we have quite a backlog of PRs in progress. I'd like to finish up some of those before looking at this...
> I think an issue are your different control types. Can we unify them to be more like midi? I think the only potential issue with the control types are...